-
Bug
-
Resolution: Done
-
Major
-
2.4.4
-
None
We mistakenly assumed that the argument to setSoLinger() was millisconds, but it is seconds. So in some cases we have a value of 500, which is 500 seconds, so close to useless.
Change this to use seconds, e.g. a value of 2.
Better: back port the 2.6 solution where we make socket close, read and connect timeouts configurable.
- is incorporated by
-
JBPAPP-1540 Provide Defaults & Configuration Options For GossipRouter/TCPGOSSIP SoTimeout, SoLinger, and Backlog
- Resolved