
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relate
|
|
This issue relate to:
|
|
CORE-3387
Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket
|
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
The client library does not set options SO_KEEPALIVE, TCP_NODELAY for socket at connection
|
|
Description
|
The client library does not set options SO_KEEPALIVE, TCP_NODELAY for socket at connection |
Show » |
|
What about TCP_NODELAY... I'm not sure, does this option missing at client breaks something in connectivity algorithm. Can you provide a sample? If needed, I can turn it on easily.