Optimize the Windows NT TCP/IP Window Size
This parameter determines the maximum TCP receive window size offered by the system. The receive window specifies the number of bytes a sender may transmit without receiving an acknowledgment.
In general, larger receive windows will improve performance over high delay, high bandwidth networks. For greatest efficiency, the receive window should be an even multiple of the TCP Maximum Segment Size (MSS).
Reducing the TCP Window size effectively causes an acknowledgment to be sent to the sender for data received sooner. This will lower the possibility that the sender will time out while waiting for an acknowledgment. However it will also increase the amount of network traffic and cause slower throughput. Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Value Name: TcpWindowSize
Data Type: REG_DWORD
Data: 0 - 0xFFFF (default = 8760 for Ethernet)
More Info: http://support.microsoft.com/support/kb/articles/q140/5/52.asp
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.