Re: [RFC PATCH V2] net: wget: Take in account tcp sequence number wrap around

2024-01-07 Thread Fabio Estevam
On Sun, Jan 7, 2024 at 5:01 PM Michael Trimarchi wrote: > > Coming from some discussion on mailing about wget unconsistent. It's > just and idea to play around > > Signed-off-by: Michael Trimarchi > --- > RFC V1 -> RFC V2: > - drop random train change in unsigned difference Same

[RFC PATCH V2] net: wget: Take in account tcp sequence number wrap around

2024-01-07 Thread Michael Trimarchi
Coming from some discussion on mailing about wget unconsistent. It's just and idea to play around Signed-off-by: Michael Trimarchi --- RFC V1 -> RFC V2: - drop random train change in unsigned difference --- include/net/tcp.h | 10 ++ net/wget.c| 2 +- 2 files changed,