summaryrefslogtreecommitdiff
path: root/tun/wintun/dll_fromrsrc_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: do not load dll in init()Jason A. Donenfeld2021-01-071-0/+4
| | | | | | | This prevents linking to wintun.dll until it's actually needed, which should improve startup time. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wintun: load from filesystem by defaultJason A. Donenfeld2020-11-111-0/+58
We let people loading this from resources opt in via: go build -tags load_wintun_from_rsrc Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>