wireguard-go/tun
Simon Rozman 6581cfb885 wintun: Move exchange buffer in separate struct on heap
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>
2019-02-20 11:41:37 +01:00
..
wintun Change package path 2019-02-18 05:11:39 +01:00
tun.go Update copyright 2019-02-05 12:59:42 +01:00
tun_darwin.go Change package path 2019-02-18 05:11:39 +01:00
tun_freebsd.go Change package path 2019-02-18 05:11:39 +01:00
tun_linux.go Change package path 2019-02-18 05:11:39 +01:00
tun_openbsd.go Change package path 2019-02-18 05:11:39 +01:00
tun_windows.go wintun: Move exchange buffer in separate struct on heap 2019-02-20 11:41:37 +01:00