aboutsummaryrefslogtreecommitdiffstats
path: root/src/timers.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-11 22:48:58 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-07-11 22:48:58 +0200
commit86707cbc88fbad58481b400eaf12fa75c78f9855 (patch)
treece3b662db2da9ad78f09ed96cb2a93c2f0e6bfa4 /src/timers.go
parentAdded ratelimiting of handshake messages (diff)
downloadwireguard-go-86707cbc88fbad58481b400eaf12fa75c78f9855.tar.xz
wireguard-go-86707cbc88fbad58481b400eaf12fa75c78f9855.zip
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 '')
-rw-r--r--src/timers.go1
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 {