equal
deleted
inserted
replaced
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 |