mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-07-31 12:33:21 +00:00
This allows buffer alignment and keeps it together with its meta-data. Furthermore, the write buffer has been reduced - as long as we flush after _every_ write, we don't need a 1MiB write buffer. Signed-off-by: Simon Rozman <simon@rozman.si>