Where is that UDP dword?
Where is that UDP dword?
Hi guys you mentiond here http://www.speedguide.net/articles/adva ... eaking-156
That the dword for UDP packet size is to be found here.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters
MaximumUdpPacketSize=512
But it wasnt there under WIN7 and its not there under WIN10
I searched with google everywhere and in the registry but cant find anything.
Cheers from Switzerland and thanks for the TCP Optimizer!
That the dword for UDP packet size is to be found here.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters
MaximumUdpPacketSize=512
But it wasnt there under WIN7 and its not there under WIN10
I searched with google everywhere and in the registry but cant find anything.
Cheers from Switzerland and thanks for the TCP Optimizer!
-
- New Member
- Posts: 7
- Joined: Wed Apr 29, 2015 1:39 pm
In general, when an entry is not present in the Registry Windows assumes some default value. For that particular setting, the default is 1280. Keep in mind that it was documented by Microsoft for XP, Windows Server 2003, but not later, so it is unclear whether it will work in Windows 7/8/10. Maybe one can test with a UDP stream and packet sniffer.
Johnathonm - one may want to use smaller packets if latency is a big concern (smaller packets travel slightly faster), at the expense of somewhat reduced total speed and some additional packet header overhead.
Johnathonm - one may want to use smaller packets if latency is a big concern (smaller packets travel slightly faster), at the expense of somewhat reduced total speed and some additional packet header overhead.
Just wanted to give feedback, after checking with Wireshark, i found that like 99% of UDP packets are between 100-500 in size.
I tried to create the path and set udp packetsize to 128 but it had zero effect (Win10). Maybe i did something wrong, but as the packets are small anyway it dosent really matter.
Cheers
I tried to create the path and set udp packetsize to 128 but it had zero effect (Win10). Maybe i did something wrong, but as the packets are small anyway it dosent really matter.
Cheers
Hey
I was browsing the internet and saw this article.
http://stackoverflow.com/questions/1898 ... er-windows
and this
http://stackoverflow.com/questions/2031 ... -so-sndbuf
I uthought maybe this cold be the answear to changing the UDP packet size. I am kinda curious since I have looked into this tweak aswell. Anyways I dont know if these tweaks in the articles I linked are worth something but since I cant really understand them i'll leave them to you philip to see if they are valid. Hopefully they can help.
best,
Tobias
I was browsing the internet and saw this article.
http://stackoverflow.com/questions/1898 ... er-windows
and this
http://stackoverflow.com/questions/2031 ... -so-sndbuf
I uthought maybe this cold be the answear to changing the UDP packet size. I am kinda curious since I have looked into this tweak aswell. Anyways I dont know if these tweaks in the articles I linked are worth something but since I cant really understand them i'll leave them to you philip to see if they are valid. Hopefully they can help.
best,
Tobias