Added cross namespace TUN status detection

This commit is contained in:
Mathias Hall-Andersen
2017-11-29 18:46:31 +01:00
parent af464cff00
commit 471f7ff08e
5 changed files with 35 additions and 8 deletions
+2 -2
View File
@@ -93,10 +93,10 @@ func (device *Device) addToHandshakeQueue(
}
}
func (device *Device) RoutineReceiveIncomming(IP int, bind Bind) {
func (device *Device) RoutineReceiveIncoming(IP int, bind Bind) {
logDebug := device.log.Debug
logDebug.Println("Routine, receive incomming, IP version:", IP)
logDebug.Println("Routine, receive incoming, IP version:", IP)
for {