aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-18 02:42:00 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-18 02:42:45 -0600
commit03f2e2614ad38317db77b499155995ee5e3d68c2 (patch)
tree09a68c96def4f7951575ec9f6eacb5e036301032 /tun/wintun
parenttun: windows: temporary hack for forcing MTU (diff)
downloadwireguard-go-03f2e2614ad38317db77b499155995ee5e3d68c2.tar.xz
wireguard-go-03f2e2614ad38317db77b499155995ee5e3d68c2.zip
tun: windows: wintun does iocp
Diffstat (limited to 'tun/wintun')
-rw-r--r--tun/wintun/wintun_windows.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/tun/wintun/wintun_windows.go b/tun/wintun/wintun_windows.go
index 9fb41c4..881b656 100644
--- a/tun/wintun/wintun_windows.go
+++ b/tun/wintun/wintun_windows.go
@@ -502,13 +502,6 @@ func getRegStringValue(key registry.Key, name string) (string, error) {
}
//
-// SignalEventName returns Wintun device data-ready event name.
-//
-func (wintun *Wintun) SignalEventName() string {
- return fmt.Sprintf("Global\\WINTUN_EVENT_%s", guid.ToString((*windows.GUID)(wintun)))
-}
-
-//
// DataFileName returns Wintun device data pipe name.
//
func (wintun *Wintun) DataFileName() string {