MCPcopy Create free account
hub / github.com/defold/defold / SetNoDelay

Function SetNoDelay

engine/dlib/src/dlib/socket_win32.cpp:714–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 }
713
714 Result SetNoDelay(Socket socket, bool no_delay)
715 {
716 return SetSockoptBool(socket, IPPROTO_TCP, TCP_NODELAY, no_delay);
717 }
718
719 Result SetQuickAck(Socket socket, bool use_quick_ack)
720 {

Callers 4

dmLogUpdateNetworkFunction · 0.70
UpdateFunction · 0.70
GetSocketFunction · 0.50
TYPED_TESTFunction · 0.50

Calls 1

SetSockoptBoolFunction · 0.70

Tested by 2

GetSocketFunction · 0.40
TYPED_TESTFunction · 0.40