A DESCRIPTION OF THE REQUEST :
can we add TCP_QUICKACK on java.net.SocketOptions and corresponding setter methods on the Socket class with Socket.setTcpQuickAck(boolean), Socket.getTcpQuickAck()
JUSTIFICATION :
please see Mr.Nagle's explanation here. it will be a nice enhancement to use from within java.
https://news.ycombinator.com/item?id=10608356
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
sets the TCP_QUICKACK on the socket
ACTUAL -
it is not available today
---------- BEGIN SOURCE ----------
it is not a problem, but an enhancement request.
---------- END SOURCE ----------
can we add TCP_QUICKACK on java.net.SocketOptions and corresponding setter methods on the Socket class with Socket.setTcpQuickAck(boolean), Socket.getTcpQuickAck()
JUSTIFICATION :
please see Mr.Nagle's explanation here. it will be a nice enhancement to use from within java.
https://news.ycombinator.com/item?id=10608356
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
sets the TCP_QUICKACK on the socket
ACTUAL -
it is not available today
---------- BEGIN SOURCE ----------
it is not a problem, but an enhancement request.
---------- END SOURCE ----------
- csr for
-
JDK-8189218 Support the TCP_QUICKACK socket option
-
- Closed
-
- relates to
-
JDK-8309591 Socket.setOption(TCP_QUICKACK) uses wrong level
-
- Resolved
-