YAMAMOTO Takashi 1b82f1c749 tcp_input: snd_wnd processing
* Do not accept the window in old segments.
  Implement SND.WL1/WL2 things in the RFC.

* Do not accept the window in the segment w/o ACK bit set.
  The window is an offset from the ack seq.
  (maybe it's simpler to just drop segments w/o ACK though)

* Subtract snd_wnd by the amount of the ack advancement.
2021-08-25 20:56:05 +08:00
..
2021-07-07 03:55:41 -05:00
2021-07-05 06:20:52 -05:00
2021-08-06 21:17:25 -07:00
2021-06-30 06:22:14 +09:00
2021-07-20 20:24:58 -07:00
2021-08-25 20:56:05 +08:00
2021-07-05 06:20:52 -05:00
2021-06-30 06:22:14 +09:00
2021-06-30 06:22:14 +09:00
2021-08-25 20:56:05 +08:00