[PATCH v2] net: wget: fix TCP sequence number wrap around issue

Tom Rini trini at konsulko.com
Wed Apr 17 02:28:33 CEST 2024


On Tue, 16 Apr 2024 09:26:24 +0900, Yasuharu Shibata wrote:

> If tcp_seq_num is wrap around, tcp_seq_num >= initial_data_seq_num
> isn't satisfied and store_block() isn't called.
> The condition has a wrap around issue, so it is fixed in this patch.
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom




More information about the U-Boot mailing list