Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tun: make customization of WintunPool and requested GUID more obvious
Persnickety consumers can now do: func init() { tun.WintunPool, _ = wintun.MakePool("Flurp") tun.WintunStaticRequestedGUID, _ = windows.GUIDFromString("{5ae2716f-0b3e-4dc4-a8b5-48eba11a6e16}") } Signed-off-by: Jason A. Donenfeld <[email protected]>
- Loading branch information