#include <iqueue.h>
Public Member Functions | |
ConflictingTransportAddress (InetAddress na, tpport_t dtp, tpport_t ctp) | |
void | setNext (ConflictingTransportAddress *nc) |
const InetAddress & | getNetworkAddress () const |
tpport_t | getDataTransportPort () const |
tpport_t | getControlTransportPort () const |
Public Attributes | |
InetAddress | networkAddress |
tpport_t | dataTransportPort |
tpport_t | controlTransportPort |
ConflictingTransportAddress * | next |
timeval | lastPacketTime |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|