Actions
Bug #9795
closedlibstand: re-send ACK for older data packets
Start date:
2018-09-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
In current code we drop out-of-order packets; however, we should play nice and re-send ACK for older data packets we are receiving. This will hopefully stop server repeating those packets we already have received. Note we do not answer duplicates from "previous" session (that is, session with different port number), those will eventually time out.
Updated by Electric Monk almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 1bb0ebc19aa99ecdb4a9bff9d5972a8320407a25
commit 1bb0ebc19aa99ecdb4a9bff9d5972a8320407a25 Author: Toomas Soome <tsoome@me.com> Date: 2018-09-21T20:21:52.000Z 9795 libstand: re-send ACK for older data packets Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
Actions