]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
wintun: manage ring memory manually
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 21 Nov 2019 13:48:21 +0000 (14:48 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 22 Nov 2019 12:13:55 +0000 (13:13 +0100)
commit2b242f93932e1c4ab8b45dd0f628dd4fe063699b
tree379f4a2daca264c09f12b6f7fd592243aa05202c
parent4cdf805b29b1aaca1fab317ca4fce54c7fd69bf6
wintun: manage ring memory manually

It's large and Go's garbage collector doesn't deal with it especially
well.
tun/tun_windows.go
tun/wintun/ring_windows.go