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.
Originally posted by Lobo Well I read in one of them XP things it was 10, then Cablenut came out with Beta 8, with 0, and mine worked better at 0 so, play and find your best
SmallBufferCount is different too
Actually I'm alot faster with all my settings at default. The only setting I changed was TcpWindowSize For some odd reason, it's faster this way
<sarcastic>um... yeah</sarcastic>
Wanna get pwned?
raromoney wrote:Thanks EvilAjax!
Yup, I'm baaaackkk!
EvilAjax unbanned, reinforces stereotypes with gunplay braggadocio...
What about Transmitworker and EnableFastRouteLookup ??
When I examine myself and my methods of thought, I come to the conclusion that the gift of fantasy has meant more to me than my talent for absorbing positive knowledge. - Albert Einstein -
Description: This parameter controls how Afd.sys uses system threads. Setting it to 0x10 causes AFD to use system threads to perform IO that results from a long (more than 2 SendPacketLength worth of data) TransmitFile request. Setting it to 0x20 causes AFD to use kernel-mode APC for IO and to execute everything in the context of the same thread. This is new in Windows 2000 and can improve performance by reducing the number of context switches in long TransmitFile requests
well lobo said 32 so its 32...
actually if you etner 0x20 you get 32, so i would assume from the info that its 32 now as far as what it does... i honestly have no idea but ill look into it..
Description: This parameter controls how Afd.sys uses system threads. Setting it to 0x10 causes AFD to use system threads to perform IO that results from a long (more than 2 SendPacketLength worth of data) TransmitFile request. Setting it to 0x20 causes AFD to use kernel-mode APC for IO and to execute everything in the context of the same thread. This is new in Windows 2000 and can improve performance by reducing the number of context switches in long TransmitFile requests.
AFD 'afd.sys' would be the Ancillary Function Driver. This is the Kernel mode control system for Winsock. Winsock is a widley used programming API built on top of TCP/UDP. Such things as FTP, and HTTP both use Winsock API calls.
I/O would be the Input, and Output or "read & write" of the AFD.sys driver.
A TransmitFile request (call) is used to "Upload" data not "Receive" so thus any setting that quotes something like TransmitFile would only affect your Transmission i.e. Upload.
When you set TransmitWorker to 0x20 (32 decimal) AFD will use longer TransmitFile requests (2 page lengths or more i.e. > BuffLength) more efficiently by reducing the number of context switches between multiple threads/requests.
Sorry I probably put it to complicated for you to understand.
Afd.sys is the kernel-mode driver that is used to support Windows Sockets applications. the default is calculated based on the amount of memory detected in the system