Quote:
Originally Posted by nstg8r
Actaully, the default value for this on my touch was 65536 (hex=00010000), so increasing it by only 2 is kinda pointless. I just raised mine by 25% to 81920 and I'll test that out for a day or so.
|
Actually, you can correct me if I'm wrong, but the reason I went with
"TcpWindowSize"=dword:00010002
is because with any TcpWindowSize setting over 64K WindowsCE automatically enables window scaling therby enabling other options I put in there like Tcp1323Opts. I'm pretty sure the hex(10000) = dec(65536). Isn't that exactly 64K?
Since hex(10000) was WAY more effective than hex(18000) I figured the best bet was an even # just over 65536... 65538.
Can one of the dev's clear this up or weed out my extraneous dwords,please?
In the mean time check out MSDN library on the "Windows embeddedCE 5.0" section for tcpip IPv4 registry entries.
Thanks for the question and I hope I get a few answered too : )