diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-10-23 15:14:04 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-10-23 15:14:04 -0400 |
commit | 4dff16be71e58c8669ddfdcd5bcee90061b2cf51 (patch) | |
tree | 62a60d452f24c7a9bbc3b0879477579009aee1f5 | |
parent | fbda20200bd0f54cda6c0b09bfbe6f991ee77d9f (diff) |
remove training wheels used for testing
-rw-r--r-- | pkg/ipstack/ipstack.go | 2 | ||||
-rwxr-xr-x | vhost | bin | 3105680 -> 3095650 bytes | |||
-rwxr-xr-x | vrouter | bin | 3105648 -> 3095650 bytes |
3 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) Binary files differBinary files differ |