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

/external/apache-http/src/org/apache/http/params/
H A DCoreConnectionPNames.java60 * performance, they can disable Nagle's algorithm (that is enable TCP_NODELAY).
65 * @see java.net.SocketOptions#TCP_NODELAY
67 public static final String TCP_NODELAY = "http.tcp.nodelay"; field in interface:CoreConnectionPNames
/external/qemu/slirp/
H A Dtcp.h113 #undef TCP_NODELAY macro
114 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/external/qemu/slirp-android/
H A Dtcp.h115 #undef TCP_NODELAY macro
116 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/external/iproute2/include/netinet/
H A Dtcp.h40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */ macro
/external/kernel-headers/original/linux/
H A Dtcp.h84 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h418 #define TCP_NODELAY 0x0001 macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java338 public static final int TCP_NODELAY = placeholder(); field in class:OsConstants
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 336 milliseconds