ns-3
|
DSR send buffer. More...
#include <dsr-rsendbuff.h>
Public Member Functions | |
bool | Enqueue (SendBuffEntry &entry) |
bool | Dequeue (Ipv4Address dst, SendBuffEntry &entry) |
void | DropPacketWithDst (Ipv4Address dst) |
bool | Find (Ipv4Address dst) |
uint32_t | GetSize () |
std::vector< SendBuffEntry > & | GetBuffer () |
uint32_t | GetMaxQueueLen () const |
void | SetMaxQueueLen (uint32_t len) |
Time | GetSendBufferTimeout () const |
void | SetSendBufferTimeout (Time t) |
DSR send buffer.