Experience Software Engineer at Mozilla June 2024 - now Rewrite Firefox’s QUIC UDP IO path. Move to Rust via quinn-udp. See bugzilla#1901295. Switch to multi-packet UDP IO using OS mechanisms like recvmmsg, generic receive offloading, across Linux, Windows, and Android. Enables support for ancillary IP metadata, such as Explicit Congestion Notification (ECN), improving congestion signals. See bugzilla#1902065. Refactor UDP QUIC receive path to not allocate up to encryption layer. Introduce ...