MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetSocketNoDelay

Function SetSocketNoDelay

src/netbase.cpp:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741bool SetSocketNoDelay(const SOCKET& hSocket)
742{
743 int set = 1;
744 int rc = setsockopt(hSocket, IPPROTO_TCP, TCP_NODELAY, (const char*)&set, sizeof(int));
745 return rc == 0;
746}
747
748void InterruptSocks5(bool interrupt)
749{

Callers 2

CreateSockTCPFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected