Commit Graph

6 Commits

Author SHA1 Message Date
JackDoan 809d8baf47 batch: back SendBatch with Arena instead of a hand-rolled slab
SendBatch.Reserve duplicated Arena's grow-on-demand logic byte for byte.
Use an Arena for the slot backing so the borrow/grow/recycle semantics
live in one place.
2026-07-17 15:40:07 -05:00
JackDoan 1c9d8bcceb more ram -> more speed 2026-07-17 15:40:07 -05:00
JackDoan 4cd62302f5 drop in a logger 2026-07-17 15:40:07 -05:00
JackDoan 03fbdfee6e use clear() 2026-07-17 15:40:07 -05:00
JackDoan a7740f5b64 GSO/GRO offloads, with TCP+ECN and UDP support 2026-07-17 15:40:07 -05:00
JackDoan 58b204407f better and batched tun interface 2026-07-17 15:40:07 -05:00