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

@@ -40,7 +40,7 @@ main (int argc, char *argv[])
internet.Install (n);
CsmaHelper csma;
csma.SetChannelParameter ("BitRate", StringValue ("10Mbps"));
csma.SetChannelParameter ("DataRate", StringValue ("10Mbps"));
csma.SetChannelParameter ("Delay", StringValue ("10ms"));
NetDeviceContainer nd = csma.Install (n);