Searched defs:TCP_NODELAY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/org/apache/http/params/
H A DCoreConnectionPNames.java65 * performance, they can disable Nagle's algorithm (that is enable TCP_NODELAY).
70 * @see java.net.SocketOptions#TCP_NODELAY
72 public static final String TCP_NODELAY = "http.tcp.nodelay"; field in interface:CoreConnectionPNames

Completed in 79 milliseconds