# To run these scripts: tar xvf e2escripts.tar # A directory will be created for these scripts entitled "ns2". cd ns2 # Make a link to ns from the current directory. ln -s ~/vint/ns-2/ns ns # To run the simulations: # The following simulations have been verified to run with ns-2.1b6: ./Fairness.com ./Collapse.com ./ns Dropallold.tcl ./ns Dropall.tcl ./FlowAllA.v2.com ./FlowAllB.v2.com ./FlowAllC.v2.com # The following simulations have been verified to run with NS # snapshots after 6/30/00: ns rtm_reclass.tcl one net3 ns rtm_reclass.tcl one disable net3 ns rtm_reclass.tcl two net3 ns rtm_reclass.tcl two disable net3 ns rtm_reclass.tcl three net3 ns rtm_reclass.tcl three disable net3 # The following simulations take longer to run, and have not # verified to run with ns-2.1b6: ./FlowAllA1.v2.com ./FlowAllB1.v2.com ./FlowAllC1.v2.com ######################################################################3 # Bug fixes: # # A bug fix was made in rtm_link.tcl on 6/30/00 to remove an # unused parameter from a call to "lookup". # # A bug fix was made in rtm_reclass.tcl by Ratul Mahajan to accomodate # a change in syntax to "simplex-link" for CBQ. This also required # a bugfix in "simplex-link" in tcl/lib/ns-lib.tcl. ######################################################################3