Networking Forums

Networking Forums > Computer Networking > Windows Networking > How to set Max UDP Receive Buffer Size and Max UDP Transmit Buffer Size under Windows 2000 and Windows 2003 ?

Reply
Thread Tools Display Modes

How to set Max UDP Receive Buffer Size and Max UDP Transmit Buffer Size under Windows 2000 and Windows 2003 ?

 
 
msnews.microsoft.com
Guest
Posts: n/a

 
      09-14-2005, 07:20 PM
On Linux systems the default buffer sizes for the UDP protocol is available
in the following files:

- /proc/sys/net/core/rmem_default - default receive window
- /proc/sys/net/core/rmem_max - maximum receive window
- /proc/sys/net/core/wmem_default - default send window
- /proc/sys/net/core/wmem_max - maximum send window

On Solaris 8 you can run the following commands to set the default buffer
sizes for the UDP protocols:

- ndd -set /dev/udp udp_recv_hiwat 32768
- ndd -set /dev/udp udp_xmit_hiwat 32768

Could anybody please help me locate the corresponding parameters under
Windows 2000 and 2003 and show how to set them ?

So far I managed to find the MaximumUdpPacketSize parameter at
http://www.microsoft.com/technet/pro.../library/Opera
tions/0d2ba911-c0ef-42c6-8264-e982c3cbd43d.mspx , but i do not think that it
has the same meaning as the two other parameters described above.

Any help will be greatly appreciated.

Antonio




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Buffer size UDP receiver. gNash Linux Networking 4 06-25-2008 08:48 PM
How to set SCTP send buffer size per association Sridhar Linux Networking 0 05-12-2008 10:31 AM
Should I turn ECN on? How to set receive buffer size? buck Linux Networking 0 08-15-2006 06:35 PM
Importance of gigabit switch port buffer size question NuQ Network Routers 0 06-15-2005 02:59 PM
socket buffer size Pirabhu Raman Linux Networking 1 08-18-2004 09:48 PM



1 2 3 4 5 6 7 8 9 10 11