lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #14128] Appropriate byte counting/stretch ACK support


From: Ambroz Bizjak
Subject: [lwip-devel] [task #14128] Appropriate byte counting/stretch ACK support
Date: Fri, 3 Mar 2017 13:56:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

Follow-up Comment #8, task #14128 (project lwip):

Seems like Linux does not bound the CWND increase for a single ACK, this seems
wrong. RFC 5681 "RECOMMEND"s:

cwnd += min(N, SMSS)
where N is the number of previously unacknowledged bytes acknowledged in the
incoming ACK.

I think to accommodate stretch ACK, change SMSS to 2*SMSS here, but I don't
see a reason to leave it unbounded like in Linux.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?14128>

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




reply via email to

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