keep-alive-agent
keep-alive-agent copied to clipboard
Usage of socket.setNoDelay(true);
While comparing the keep-alive-agent module and the agentkeepalive module, I see that you didn't keep the socket.setNoDelay(true) call in your implementation.
Is there any reasons to keep this option to false?
Can you share your opinion on this subject?
Thank you.