- The actual maximum size of the queue (cf Linux's txqueuelen) is set in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{...your GUUID here....}\ForwardBufferMemory which defaults to 50 packets (ok for 100Mbit Ethernet but not so good for Gigabit speeds...) - For the above config to work you need to enable router mode:
HKLM\SYSTEM\CurrentControlSet\Services\Parameters\IPEnableRouter=1 - In principle you can monitor the length of the output queue interface using this API
Handy command line based Windows network tools: ipconfig, netsh
No comments:
Post a Comment