Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dmLogUpdateNetwork
Function · 0.70
Update
Function · 0.70
GetSocket
Function · 0.50
TYPED_TEST
Function · 0.50
Calls
1
SetSockoptBool
Function · 0.70
Tested by
2
GetSocket
Function · 0.40
TYPED_TEST
Function · 0.40