On Mon, 18 May 2026 11:06:54 +0200 Stefano Garzarella wrote: > Patch 1 resets the connection when we can no longer queue packets, > this prevents silent data loss, and both peers are notified. > > Patch 2 increases the total budget to `buf_alloc * 2` for payload > plus skb overhead similar to how SO_RCVBUF is doubled to reserve > space for sk_buff metadata. This preserves the full buf_alloc for > payload under normal operation, while still bounding the skb queue > growth.
Hi Michael! Are you okay with these fixes? A bandaid but not too outrageous..

