Added cross namespace TUN status detection
This commit is contained in:
parent
af464cff00
commit
471f7ff08e
5 changed files with 35 additions and 8 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue