Details
Description
The default value of REUSE_ADDR is currently 'false', but it should be 'true' for a newly accepted socket.
The default send buffer size changes when a connection is really established. For example, the default value of sendBufferSize is currently 8192, when retrieved from new Socket(), but the real sendBufferSize differs when retrieved from a connected socket (e.g. new Socket("localhost", 22)).
Here's the related mail discussion: http://tinyurl.com/2bh9lo
Attachments
Issue Links
- is related to
-
DIRMINA-342 TCP service not shutting down cleanly
- Closed