Gregory Nutt 45699e2701 net/tcp/tcp_input.c: Correct bad check of urgent data length
Urgent data preceded "normal" data in the TCP payload.  If the urgent data is larger than the size of the TCP payload, this indicates that the entire payload is urgent data and that urgent data continues in the next packet.

This case was handled correctly for the case where urgent data was present but was not being handled correctly in the case where the urgent data was NOT present.
2020-12-09 07:25:14 -08:00
..
2020-12-01 11:36:10 -06:00
2020-11-28 00:03:47 -06:00
2020-02-14 08:50:45 -06:00
2020-11-18 17:40:42 -03:00
2020-12-01 11:36:10 -06:00