TCP Congestion Window Bug?

2001-03-03 Thread Mark Reginald James
Hi: TCP only sends a packet if: tcp_packets_in_flight(tp) < tp->snd_cwnd (function tcp_snd_test in include/net/tcp.h) but regards transmission as application-limited if tp->packets_out < tp->snd_cwnd (function tcp_cwnd_validate in include/net/tcp.h) So th

Re: TCP Congestion Window Bug?

2001-03-03 Thread Mark Reginald James
Please ignore original post. Sorry. -- Mark - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/