HomeSort by relevance Sort by last modified time
    Searched refs:TCP_NODELAY (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/apache-http/src/org/apache/http/params/
CoreConnectionPNames.java 60 * 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";
HttpConnectionParams.java 90 * (that is enable TCP_NODELAY), <tt>false</tt> otherwise.
97 (CoreConnectionPNames.TCP_NODELAY, true);
104 * performance, they can disable Nagle's algorithm (that is enable TCP_NODELAY).
108 * (that is enable TCP_NODELAY), <tt>false</tt> otherwise.
114 params.setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, value);
  /libcore/luni/src/main/java/java/net/
SocketOptions.java 62 public static final int TCP_NODELAY = 1;
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 36 public static final int TCP_NODELAY = 6;
68 case TCP_NODELAY:
142 case TCP_NODELAY:
  /external/qemu/slirp/
tcp.h 113 #undef TCP_NODELAY
114 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
  /external/qemu/slirp-android/
tcp.h 115 #undef TCP_NODELAY
116 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 47 setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (const char*)&flag, sizeof(flag) );
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 49 setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (const char*)&flag, sizeof(flag) );
  /bionic/libc/kernel/common/linux/
tcp.h 87 #define TCP_NODELAY 1
  /development/ndk/platforms/android-3/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 85 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 85 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 85 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 73 #define TCP_NODELAY 1

Completed in 326 milliseconds

1 2 3 4 5