RFC 3042 support in FreeBSD 6

David Clerc dclerc55 at hotmail.com
Fri Jan 20 04:00:37 PST 2006


Hi,

I have a remark about the RFC 3042 code that is implemented in
tcp_input.c (CVS version 1.281.2.2). When a duplicate ack comes in, the
code saves the congestion window (cwnd), changes it to allow one packet
to be sent, and then calls tcp_output().

Is there a reason for not saving the bandwidth window (bwnd), and
changing it to the same value as cwnd ? I have a case (half duplex
link), where the bwnd is at its lowest value (6144), preventing the
limited transmit to occur (i.e. tcp_output does not send any packet
because bwnd forces sendwin to a value that is lower than cwnd).

David

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/



More information about the freebsd-net mailing list