Home | History | Annotate | Download | only in socket

Lines Matching refs:SetTCPKeepAlive

81 bool SetTCPKeepAlive(SOCKET socket, BOOL enable, int delay_secs) {
600 SetTCPKeepAlive(socket_, true, kTCPKeepAliveSeconds);
640 return SetTCPKeepAlive(socket_, enable, delay);