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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 109 // Set TCP_NODELAY (via OPT_NODELAY) for improved performance.
111 socket->SetOption(talk_base::Socket::OPT_NODELAY, 1);
173 // Set TCP_NODELAY (via OPT_NODELAY) for improved performance.
175 tcp_socket->SetOption(talk_base::Socket::OPT_NODELAY, 1);
pseudotcp.h 105 OPT_NODELAY, // Whether to enable Nagle's algorithm (0 == off)
pseudotcp_unittest.cc 94 local_.SetOption(PseudoTcp::OPT_NODELAY, !enable_nagles);
95 remote_.SetOption(PseudoTcp::OPT_NODELAY, !enable_nagles);
pseudotcp.cc 393 if (opt == OPT_NODELAY) {
406 if (opt == OPT_NODELAY) {
    [all...]
port_unittest.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socket.h 185 OPT_NODELAY // whether Nagle algorithm is enabled
win32socketserver.cc 586 case OPT_NODELAY:
physicalsocketserver.cc 498 case OPT_NODELAY:
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 99 OPT_NODELAY, // Whether to enable Nagle's algorithm (0 == off)
pseudotcp.cc 374 if (opt == OPT_NODELAY) {
384 if (opt == OPT_NODELAY) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
socket.h 186 OPT_NODELAY, // whether Nagle algorithm is enabled
win32socketserver.cc 619 case OPT_NODELAY:
socket_unittest.cc     [all...]
physicalsocketserver.cc 536 case OPT_NODELAY:
    [all...]
  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory.cc 237 case talk_base::Socket::OPT_NODELAY:
238 // OPT_NODELAY is only for TCP sockets.
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.cc 325 pseudo_tcp_.SetOption(cricket::PseudoTcp::OPT_NODELAY, no_delay ? 1 : 0);

Completed in 2461 milliseconds