Searched defs:nodelay (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.cc303 uint32_t nodelay = 1; local
304 if (usrsctp_setsockopt(sock_, IPPROTO_SCTP, SCTP_NODELAY, &nodelay,
305 sizeof(nodelay))) {
/external/linux-tools-perf/
H A Dbuiltin-record.c52 static bool nodelay = false; variable
218 if (nodelay) {
764 OPT_BOOLEAN('D', "no-delay", &nodelay,

Completed in 143 milliseconds