Commit Graph

6 Commits

Author SHA1 Message Date
JackDoan 5631346b07 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-14 12:19:50 -05:00
JackDoan 6e6cfc89db more ram -> more speed 2026-07-14 11:00:55 -05:00
JackDoan 67f9cfad91 drop in a logger 2026-07-14 11:00:55 -05:00
JackDoan a515aeaf39 use clear() 2026-07-14 11:00:55 -05:00
JackDoan fa0d593f28 GSO/GRO offloads, with TCP+ECN and UDP support 2026-07-14 11:00:55 -05:00
JackDoan ff48040c78 better and batched tun interface 2026-07-14 11:00:55 -05:00