04-22-07 06:20 AM
On Apr 21, 4:32 am, skaller <skal...@users.sf.net> wrote:
> Anyone know how to close a socket such that
>
> (a) the operation does not block
> (b) the OS attempts to transmit any data in its buffers
>
> Use of notification system is assumed:
Isn't this the default behavior when you call 'close' on a non-
blocking socket?
DS
[ Post a follow-up to this message ]
|