We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81d55e1 + 01d3c73 commit 0e03bc7Copy full SHA for 0e03bc7
src/input.ml
@@ -823,7 +823,7 @@ let di3_datastuff now the_ststuff conn seg ourfinisacked fin ack =
823
Sequence.equal seg.seq cb.rcv_nxt &&
824
cb.snd_wnd = win &&
825
Sequence.equal cb.snd_max cb.snd_nxt &&
826
- ((Sequence.greater ack cb.snd_una && Sequence.less ack cb.snd_max &&
+ ((Sequence.greater ack cb.snd_una && Sequence.less_equal ack cb.snd_max &&
827
cb.snd_cwnd >= cb.snd_wnd && cb.t_dupacks < 3)
828
|| (Sequence.equal ack cb.snd_una && Reassembly_queue.is_empty cb.t_segq &&
829
Cstruct.length seg.payload < conn.rcvbufsize - Cstruct.lenv conn.rcvq))
0 commit comments