lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #49533] TCP connection deadlocks upon dropped window u


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #49533] TCP connection deadlocks upon dropped window update due to not filling window
Date: Tue, 15 Nov 2016 11:36:41 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36

Follow-up Comment #7, bug #49533 (project lwip):

Your patch starts the persist timer in tcp_output(). I wonder if that is
enough. Couldn't we come into the same siatuation when we receive a window
that is smaller than the next segment to be sent?

Might be as easy as changing tcp_receive() to start the persist timer if
"pcb->snd_wnd < pcb->unacked->len" or something like that...

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?49533>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]