aboutsummaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/ipstack/ipstack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ipstack/ipstack.go b/pkg/ipstack/ipstack.go
index f6c86a8..030b9c7 100644
--- a/pkg/ipstack/ipstack.go
+++ b/pkg/ipstack/ipstack.go
@@ -190,7 +190,7 @@ func InterfaceListenerRoutine(i *Interface) {
// continue
//}
// TODO: remove these "training wheels"
- time.Sleep(1 * time.Millisecond)
+ // time.Sleep(1 * time.Millisecond)
err := RecvIP(i, &isUp)
if err != nil {
// fmt.Println("Error receiving IP packet", err)