Windows – Does Windows support tcp TIME_WAIT reuse

windowswindows 7windows-server-2008-r2

My PC is Windows 7 and I'm wondering if there is a similar option to turn on TIME_WAIT reuse, like tcp_tw_reuse on Linux? Thanks

Best Answer

Yes, the delay in the reuse of TCP sockets is not optional, regardless of OS. It is a mandatory part of the protocol specification.

You can configure it in the registry.

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

TcpTimedWaitDelay REG_DWORD 0x1e (30)

https://technet.microsoft.com/en-us/library/cc938217.aspx?f=255&MSPPError=-2147217396