|
ns-3
|
DSR maintain buffer. More...
#include <dsr-maintain-buff.h>
Public Member Functions | |
| bool | Enqueue (MaintainBuffEntry &entry) |
| bool | Dequeue (Ipv4Address dst, MaintainBuffEntry &entry) |
| void | DropPacketWithNextHop (Ipv4Address nextHop) |
| bool | FindMaintainEntry (Ptr< Packet > packet, Ipv4Address ourAdd, Ipv4Address src, Ipv4Address nextHop, Ipv4Address dst, NetworkKey networkKey) |
| bool | Find (Ipv4Address nextHop) |
| uint32_t | GetSize () |
| uint32_t | GetMaxQueueLen () const |
| void | SetMaxQueueLen (uint32_t len) |
| Time | GetMaintainBufferTimeout () const |
| void | SetMaintainBufferTimeout (Time t) |
| bool | AllEqual (MaintainBuffEntry &entry) |
| bool | NetworkEqual (MaintainBuffEntry &entry) |
| bool | PromiscEqual (MaintainBuffEntry &entry) |
DSR maintain buffer.