doc/manual/csma.texi
changeset 6189 450a3f4d9906
parent 4755 04a9a7e9a624
child 6681 df822f566004
equal deleted inserted replaced
6188:e1728a633e69 6189:450a3f4d9906
   216 
   216 
   217 @node Using the CsmaNetDevice
   217 @node Using the CsmaNetDevice
   218 @section Using the CsmaNetDevice
   218 @section Using the CsmaNetDevice
   219 
   219 
   220 The CSMA net devices and channels are typically created and configured using
   220 The CSMA net devices and channels are typically created and configured using
   221 the associated @code{CsmaHelper} object.  The various ns3 device dhelpers 
   221 the associated @code{CsmaHelper} object.  The various ns3 device helpers 
   222 generally work in a similar way, and their use is seen in many of our example
   222 generally work in a similar way, and their use is seen in many of our example
   223 programs.
   223 programs.
   224 
   224 
   225 The conceptual model of interest is that of a bare computer ``husk'' into which 
   225 The conceptual model of interest is that of a bare computer ``husk'' into which 
   226 you plug net devices.  The bare computers are created using a @code{NodeContainer}
   226 you plug net devices.  The bare computers are created using a @code{NodeContainer}