UDP Relay and Protocol Support
mainThe virtio-net backend includes a userspace UDP relay that supports protocols like QUIC, HTTP/3, and NTP.
- Egress Policy: UDP egress follows the same rules as TCP (static CIDRs and DNS-learned IPs). Denied UDP destinations result in a silent black hole.
- NAT Behavior: The relay uses destination-keyed sockets and handles NAT-style idle expiry (flows expire after 60s, destination sockets after 120s).