aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-10-23 15:14:04 -0400
committersotech117 <michael_foiani@brown.edu>2023-10-23 15:14:04 -0400
commit4dff16be71e58c8669ddfdcd5bcee90061b2cf51 (patch)
tree62a60d452f24c7a9bbc3b0879477579009aee1f5
parentfbda20200bd0f54cda6c0b09bfbe6f991ee77d9f (diff)
remove training wheels used for testing
-rw-r--r--pkg/ipstack/ipstack.go2
-rwxr-xr-xvhostbin3105680 -> 3095650 bytes
-rwxr-xr-xvrouterbin3105648 -> 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)
diff --git a/vhost b/vhost
index 82e8ed0..1d2d12f 100755
--- a/vhost
+++ b/vhost
Binary files differ
diff --git a/vrouter b/vrouter
index 6a34548..1329ee6 100755
--- a/vrouter
+++ b/vrouter
Binary files differ