diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-11 22:48:58 +0200 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-07-11 22:48:58 +0200 |
commit | 86707cbc88fbad58481b400eaf12fa75c78f9855 (patch) | |
tree | ce3b662db2da9ad78f09ed96cb2a93c2f0e6bfa4 /src/timers.go | |
parent | c273078376d5aa394e871e7436b8e770b0c3f4a0 (diff) |
Fixed MTU method for linux TUN interface
Updated the TUN interface
Added the "MTU" method for the linux implementation of the TUN interface
Diffstat (limited to 'src/timers.go')
-rw-r--r-- | src/timers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timers.go b/src/timers.go index 70e0766..6393955 100644 --- a/src/timers.go +++ b/src/timers.go @@ -229,6 +229,7 @@ func (peer *Peer) RoutineHandshakeInitiator() { run = func() bool { for { + // clear completed signal select { |