CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox

This commit is contained in:
Craig Dowell
2008-06-07 10:38:39 -07:00
parent a37b419abd
commit 88d12f80eb
22 changed files with 642 additions and 383 deletions

View File

@@ -55,7 +55,7 @@ main (int argc, char *argv[])
internet.Install (n);
PointToPointHelper p2p;
p2p.SetChannelParameter ("BitRate", StringValue ("38400bps"));
p2p.SetDeviceParameter ("DataRate", StringValue ("38400bps"));
p2p.SetChannelParameter ("Delay", StringValue ("20ms"));
NetDeviceContainer d01 = p2p.Install (n01);