aboutsummaryrefslogtreecommitdiffstats
path: root/tun_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun_linux.go')
-rw-r--r--tun_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun_linux.go b/tun_linux.go
index cd928db..2782260 100644
--- a/tun_linux.go
+++ b/tun_linux.go
@@ -65,7 +65,7 @@ func (tun *NativeTun) RoutineHackListener() {
return
}
select {
- case <-time.After(time.Second / 10):
+ case <-time.After(time.Second):
case <-tun.statusListenersShutdown:
return
}