#include <UdpTransport.h>
Public Member Functions | |
| ResendInfo (unsigned id=0) | |
| ResendInfo (const ResendInfo &src) | |
Data Fields | |
| uint32_t | pktid |
| dabc::TimeStamp | lasttm |
| int | numtry |
| dabc::Buffer * | buf |
| unsigned | bufindx |
| char * | ptr |
Definition at line 67 of file UdpTransport.h.
| roc::UdpDataSocket::ResendInfo::ResendInfo | ( | unsigned | id = 0 |
) | [inline] |
Definition at line 76 of file UdpTransport.h.
| roc::UdpDataSocket::ResendInfo::ResendInfo | ( | const ResendInfo & | src | ) | [inline] |
Definition at line 84 of file UdpTransport.h.
| dabc::Buffer* roc::UdpDataSocket::ResendInfo::buf |
Definition at line 72 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket().
Definition at line 73 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket().
| dabc::TimeStamp roc::UdpDataSocket::ResendInfo::lasttm |
Definition at line 70 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket(), and roc::UdpDataSocket::CheckNextRequest().
Definition at line 71 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket(), and roc::UdpDataSocket::CheckNextRequest().
Definition at line 69 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket(), and roc::UdpDataSocket::CheckNextRequest().
Definition at line 74 of file UdpTransport.h.
Referenced by roc::UdpDataSocket::AddDataPacket(), and roc::UdpDataSocket::CheckNextRequest().
1.7.1