|
ns-3
|
DSR error buffer. More...
#include <dsr-errorbuff.h>
Public Member Functions | |
| bool | Enqueue (ErrorBuffEntry &entry) |
| bool | Dequeue (Ipv4Address dst, ErrorBuffEntry &entry) |
| void | DropPacketForErrLink (Ipv4Address source, Ipv4Address nextHop) |
| bool | Find (Ipv4Address dst) |
| uint32_t | GetSize () |
| std::vector< ErrorBuffEntry > & | GetBuffer () |
| uint32_t | GetMaxQueueLen () const |
| void | SetMaxQueueLen (uint32_t len) |
| Time | GetErrorBufferTimeout () const |
| void | SetErrorBufferTimeout (Time t) |
DSR error buffer.