help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH] Fix multiple binds to the same port


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [PATCH] Fix multiple binds to the same port
Date: Wed, 19 Jan 2011 17:24:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

Hi,

this is fixing the issue that binding the same port seems to work but in
reality the socket will be auto bound to another port. Instead of checking for
soError we will now just check errno.

I think the same issue (if it is one) exists for accept: calls as well...


regards
        holger

Attachment: 0001-sockets-Make-ServerSocket-fail-if-one-attempts-to-bi.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]