Re: [PATCH] tcp: Fix TCP port number reused on reboot

2025-07-11 Thread Michael Chang via Grub-devel
Hi Subhakar, Thanks for the review. On Fri, Jul 11, 2025 at 11:17:00AM +0530, Sudhakar Kuppusamy wrote: > > > > On 11 Jul 2025, at 9:37 AM, Michael Chang via Grub-devel > > wrote: > > > > GRUB's TCP stack assigns source ports for outgoing connections starting > > at 21550 and increments sequ

Re: [PATCH] tcp: Fix TCP port number reused on reboot

2025-07-10 Thread Sudhakar Kuppusamy
> On 11 Jul 2025, at 9:37 AM, Michael Chang via Grub-devel > wrote: > > GRUB's TCP stack assigns source ports for outgoing connections starting > at 21550 and increments sequentially by 1 (e.g., 21550, 21551, ...). > While this generally works, it can lead to failures if the system > reboots r