Windows it seems is still stuck in the days of 100mb networks, if you want
to get PGM playing a bit better than it appears out-of-the-box then the
following settings are required.


   - Under
   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters:
      - FastSendDatagramThreshold, type REG_DWORD, value set to 1500.
      - FastCopyReceiveThreshold, type REG_DWORD, value set to 1500.


   - Disable the time stamps on both sides. This is performed by means of
   the following command:

"netsh int tcp set global timestamps=disabled"


   - Disable the following services:
      - "Base Filtering Engine (BFE)"
      - "Windows Firewall (MpsSvc)"


If you have a multi-core box you probably want to enable Receive Side
Scaling too,


   - Enabling Receive Side Scaling (RSS) is performed by means of the
   following command:

"netsh int tcp set global rss = enabled"


-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to