Hacker News new | ask | show | jobs
by ignoramous 1164 days ago
I guess UDP receive coalescing is UDP GRO (generic recv offload) + recvmmsg(2)
1 comments

Yup, this is referring to GRO.

IIRC we use a contiguous 64kb buffer in the first scatter-gather slot and 128 messages per syscall in the current tuning.