lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #28106] duplicate acknowledge for fast retransmit coul


From: Oleg Tyshev
Subject: [lwip-devel] [bug #28106] duplicate acknowledge for fast retransmit could have not null length
Date: Mon, 30 Nov 2009 15:41:43 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 GTB5

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

tcp_send_empty_ack() clears TF_ACK_NOW and TF_ACK_DELAY
It means that only 2nd received data segment will be acknowledged and
tcp_fasttmr() won't send delayed for sending data.

Other hand with cleared flags we can avoid sending data interleaved with
duplicated ACK (see comment#3).

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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