On Thu, 2010-01-28 at 13:09 +0000, Kieran Mansley wrote:
> On Tue, 2010-01-26 at 16:50 -0800, kanprin wrote:
> > but in tcp.c line 653, it is 
> > "if (pcb->ssthresh < pcb->mss) {
> > "
> > must it be the same as that used in tcp_rexmit_fast())?
> 
> Yes, I think the line in tcp.c should be 
> if (pcb->ssthresh < (pcb->mss * 2))

I've checked this change in.

Thanks

Kieran



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to