----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
On Tue, 18 Jan 2000, Gregory A. Krasnow wrote:
> The connection gets shutdown with a RST if the SO_LINGER period expires as
> well!
So? By default SO_LINGER isn't enabled period.
What the SO_LINGER option does is completely outside the process
of normal connection shutdown. Connections waiting for SO_LINGER
are NOT in TIME_WAIT. It is a completely different thing.
Again: it is _NOT_ true that there is a default SO_LINGER time that
controls how long a connection stays in TIME_WAIT.
In general, messing with things like SO_LINGER without really
understanding what they are or how they work is silly.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]