Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/params/
DCoreConnectionPNames.java67 public static final String TCP_NODELAY = "http.tcp.nodelay"; field
/external/qemu/slirp/
Dtcp.h114 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/external/qemu/slirp-android/
Dtcp.h116 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/external/iproute2/include/netinet/
Dtcp.h40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */ macro
/external/quake/quake/src/WinQuake/
Dmpdosock.h418 #define TCP_NODELAY 0x0001 macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java338 public static final int TCP_NODELAY = placeholder(); field in OsConstants
/external/kernel-headers/original/linux/
Dtcp.h84 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro