src/dsr/doc/dsr.rst
changeset 8753 8d84b96e26bf
parent 8751 efad81f3cb47
child 8843 da0af59f16fc
equal deleted inserted replaced
8752:2da1fab73114 8753:8d84b96e26bf
    14 ********************
    14 ********************
    15  
    15  
    16  This model implements the base specification of the Dynamic Source Routing (DSR)
    16  This model implements the base specification of the Dynamic Source Routing (DSR)
    17  protocol. Implementation is based on RFC4728.
    17  protocol. Implementation is based on RFC4728.
    18 
    18 
    19  Class dsr::DsrRouting implements all functionality of service packet exchange and inherits Ipv4L4Protocol.
    19  Class dsr::DsrRouting implements all functionality of service packet exchange and inherits IpL4Protocol.
    20 
    20 
    21  Class dsr::DsrOptions implements functionality of packet processing and talk to DsrRouting to send/receive packets
    21  Class dsr::DsrOptions implements functionality of packet processing and talk to DsrRouting to send/receive packets
    22 
    22 
    23  Class dsr::DsrFsHeader defines the fixed-size header and identify the up-layer protocol
    23  Class dsr::DsrFsHeader defines the fixed-size header and identify the up-layer protocol
    24 
    24