Home
last modified time | relevance | path

Searched refs:LingerWait (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msafd/misc/
H A Ddllmain.c632 LONG LingerWait = -1; in WSPCloseSocket() local
700 LingerWait = Socket->SharedData->LingerData.l_linger * 1000; in WSPCloseSocket()
703 while (LingerWait) in WSPCloseSocket()
715 LingerWait = 0; in WSPCloseSocket()
722 LingerWait = -1; in WSPCloseSocket()
749 LingerWait -= SleepWait; in WSPCloseSocket()
755 if (LingerWait <= 0) in WSPCloseSocket()
758 … DisconnectInfo.DisconnectType = LingerWait < 0 ? AFD_DISCONNECT_SEND : AFD_DISCONNECT_ABORT; in WSPCloseSocket()