[Home] [Groups] - Message: [Prev in Group] [Next in Group]

nu.kanga.list.mud-dev

8941: [MUD-Dev] Re: Quick socket question

[Full Header] [Plain Text]
From: Petri Virkkula <pvirkkul@iki.fi>
Newsgroups: nu.kanga.list.mud-dev
Date: Sun, 8 Nov 1998 01:19:48 +0200 (EET)
References: [1] [2] <-newest
Organization: Kanga.Nu
>>>>> "Jon" == Jon Leonard <jleonard@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