On Tue, 22 Nov 2022 14:43:51 +1100 David Gibson <david(a)gibson.dropbear.id.au> wrote:This series make some substantial simplifications to how we handle the forwarding of "spliced" UDP packets (those that don't go over the tuntap device, but instead are forwarded from one L4 socket to another). This doesn't yet change the existing (arguably broken) assumption that UDP communications are from one port to one port within the pasta namespace, not one to many or many to one. However, the simplifications made here will make it easier to correct that in future.I'm not done reviewing this yet, but it all makes sense to me -- I just need a bit longer to convince myself of 1/10 to 3/10 despite the fact they're obviously simpler than the original implementation (i.e. of why I didn't implement it like that in the first place ;)). -- Stefano