Parameters of Ancillary Function Driver (AFD) for Windows 7

Get help and discuss anything related to tweaking your internet connection, as well as the different tools and registry patches on the site. TCP Optimizer settings and Analyzer results should be posted here.
Post Reply
User avatar
KEiGHT
Regular Member
Posts: 131
Joined: Thu Feb 27, 2014 2:39 am
Location: Romania

Parameters of Ancillary Function Driver (AFD) for Windows 7

Post by KEiGHT »

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AFD\Parameters]
"DefaultReceiveWindow"=dword:00080000
"DefaultSendWindow"=dword:00080000
"DynamicSendBufferDisable"=dword:00000000
DynamicSendBufferDisable must be added to work because this parameter disable Winsock send autotuning and, will force winsock to use larger buffers..!

Requires Restart PC

C:\Windows\System32>netsh winsock show autotuning
Winsock send autotuning is disabled.

when I set in netsh: netsh winsock set autotuning on, I get this message => Winsock send autotuning is disabled.
when I set in netsh: netsh winsock set autotuning off, I get this message => Winsock send autotuning is enabled.

Something it seems to be inverted in netsh with that settings ! on is off and vice-verse, whatever !

These parameters improve your SEND speed connection over Internet on broadband!
Every man has his destiny.
Atifrere
New Member
Posts: 1
Joined: Fri Apr 17, 2015 6:12 am

Post by Atifrere »

I like this post very much.................Because it is a nice site for posting.so that i like to post in this forum with my heart and soul excitement........................






Thanks
Atif
User avatar
Philip
SG VIP
Posts: 11703
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

KEiGHT, you are right that the netsh commands are reversed, have you actually confirmed that it changes in outgoing packets with a packet sniffer ?
Post Reply