tun: windows: wintun does iocp

This commit is contained in:
Jason A. Donenfeld
2019-03-18 02:42:00 -06:00
parent b0e0ab308d
commit 03f2e2614a
2 changed files with 49 additions and 142 deletions

View File

@@ -501,13 +501,6 @@ func getRegStringValue(key registry.Key, name string) (string, error) {
return valueExp, nil
}
//
// 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.
//