Discussion:
Nagling?
(too old to reply)
George V. Reilly
2006-01-30 18:34:20 UTC
Permalink
I'm using FtpGetFile from managed code and I'm consistently seeing
download times on the order of 200 milliseconds, for small files from
my LAN. Obviously, I suspect Nagling, but I haven't found a way to
configure that in WinInet.

/George V. Reilly, Seattle, WA
Scherbina Vladimir
2006-02-01 11:13:01 UTC
Permalink
IIRC you cannot disable Nagle algorithm when using Wininet API. Wininet
makes you abstraction over the transport layer.

--
Vladimir
Post by George V. Reilly
I'm using FtpGetFile from managed code and I'm consistently seeing
download times on the order of 200 milliseconds, for small files from
my LAN. Obviously, I suspect Nagling, but I haven't found a way to
configure that in WinInet.
/George V. Reilly, Seattle, WA
Loading...