Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | wintun: do not load dll in init() | Jason A. Donenfeld | |
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> | |||
2020-11-11 | wintun: load from filesystem by default | Jason A. Donenfeld | |
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> |