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: Simon Goldschmidt
Subject: [lwip-devel] [bug #28106] duplicate acknowledge for fast retransmit could have not null length
Date: Mon, 30 Nov 2009 16:01:52 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5

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

tcp_send_empty_ack does nothing else than tcp_output did before when unsent
was NULL. The only difference is it is done right away, not after tcp_receive
returns (where tcp_input calls tcp_output).

> It means that only 2nd received data segment will be acknowledged

That's fully intentional and is called 'delayed ACK' (and it doesn't get
changed by my patch).

> and tcp_fasttmr() won't send delayed for sending data.

I'm afraid I don't understand what you're trying to say.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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