HomeSort by relevance Sort by last modified time
    Searched refs:TCP_MSS (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/netinet/
tcp.h 162 # define TCP_MSS 512
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 164 # define TCP_MSS 512
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
tcp.h 164 # define TCP_MSS 512
  /external/netperf/doc/examples/
packet_byte_script 13 # teach it about processor affinity and the TCP_MSS test
70 MSS=`$NETPERF_CMD -H $REM_HOST -t TCP_MSS -P 0 -v 0`
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 49 const uint32_t TCP_MSS = 1400; // Maximum segment size
840 std::min<size_t>(available, TCP_MSS - TCP_HEADER_SIZE);
    [all...]

Completed in 179 milliseconds