aboutsummaryrefslogtreecommitdiff
path: root/tun/wintun/ring_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: ring management moved to wintun.dllSimon Rozman2020-11-071-117/+0
| | | | | Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wintun: migrate to wintun.dll APISimon Rozman2020-11-071-2/+2
| | | | | | | | Rather than having every application using Wintun driver reinvent the wheel, the Wintun device/adapter/interface management has been moved from wireguard-go to wintun.dll deployed with Wintun itself. Signed-off-by: Simon Rozman <simon@rozman.si>
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wintun: manage ring memory manuallyJason A. Donenfeld2019-11-221-4/+24
| | | | | It's large and Go's garbage collector doesn't deal with it especially well.
* wintun: put mutex into private namespaceJason A. Donenfeld2019-08-301-0/+97