[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] TCP Reno!
On Tue, 17 Apr 2001, Sowmya Manjanatha wrote:
> Does TCP Reno agent implement Nagle's algorithm. If so,
> is it possible to disable it.
To simulate Nagle's algorithm, use FullTcp's Reno:
$ grep agle *.cc
tcp-full.cc: /* sender SWS avoidance (Nagle) */
tcp-full.cc: // if Nagle disabled and buffer clearing, ok
tcp-full.cc: * (e.g. because of Nagle), then if we don't break out
$ grep agle *.h
tcp-full.h: int nodelay_; // disable sender-side Nagle?
L.
<[email protected]>PGP<http://www.ee.surrey.ac.uk/Personal/L.Wood/>