diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-09-07 14:44:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-09-08 11:50:21 -0400 |
commit | 91b9634198df0163f71d3f9c1c15f2f79eb42155 (patch) | |
tree | ab05da99ee6d614abb4595bbf328bc91dcda7961 /src/pru | |
parent | 7d17002b33f9f5da78bfde049331e125b426a4f9 (diff) | |
download | kutter-91b9634198df0163f71d3f9c1c15f2f79eb42155.tar.gz kutter-91b9634198df0163f71d3f9c1c15f2f79eb42155.tar.xz kutter-91b9634198df0163f71d3f9c1c15f2f79eb42155.zip |
serialqueue: Fix off-by-one error in retransmit sequence number tracking
Commit 4655a6bf allowed naks to be honored if receive_seq was greater
than the last retransmitted sequence. However, receive_seq is the
receiver's next sequence number, so a nak should only be processed if
it is one greater than that.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/pru')
0 files changed, 0 insertions, 0 deletions