[MUD-Dev] Re: Quick socket question
Petri Virkkula
pvirkkul at iki.fi
Sun Nov 8 01:19:48 CET 1998
>>>>> "Jon" == Jon Leonard <jleonard at divcom.slimy.com> writes:
Jon> I think that it's one of the miscellanious socket options, maybe
Jon> SO_LINGER? Since I'm not seeing it anymore, it isn't bothering me.
The SO_REUSEADDR option controls whether you can use reuse a
local address (ie. to bind to it).
The SO_LINGER option tells what to do when close() is called
on socket that has unsent data.
Petri
More information about the mud-dev-archive
mailing list