Added INSTALL file incorporating Brandon's suggestions.

More tweaks for examples, which are still in progress.
This commit is contained in:
Bob Lantz
2009-12-11 03:22:09 -08:00
parent 42ba5d92c3
commit af8f0b61b6
5 changed files with 98 additions and 20 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#!/usr/bin/python
"""
Test bandwidth on a linear network of varying size, using both
Test bandwidth on linear networks of varying size, using both
the kernel and user datapaths.
The network looks like:
Each network looks like:
h0 <-> s0 <-> s1 .. sN <-> h1
"""