#include <TCPConnection.h>
Public Attributes | |
| unsigned int | payloadsize |
| char * | data |
| unsigned int | length |
| char * | position |
| unsigned int | remain |
| Mutex | mutex |
| bool | last |
| unsigned int | idletime |
| u_int16_t | keepalive |
| unsigned int | ackdata |
| TCPConnectionState | state |
| Conditional | state_cond |
| Mutex | mutex_state |
| bool | outbound |
| unsigned int dtn::core::TCPConnectionData::payloadsize |
| unsigned int dtn::core::TCPConnectionData::length |
| unsigned int dtn::core::TCPConnectionData::remain |
Referenced by dtn::core::TCPConnection::receive().
| unsigned int dtn::core::TCPConnectionData::idletime |
| u_int16_t dtn::core::TCPConnectionData::keepalive |
Referenced by dtn::core::TCPConnection::idlechecking(), and dtn::core::TCPConnection::receive().
| unsigned int dtn::core::TCPConnectionData::ackdata |
Referenced by dtn::core::TCPConnection::TCPConnection().
Referenced by dtn::core::TCPConnection::setState(), and dtn::core::TCPConnection::waitForState().
Referenced by dtn::core::TCPConnection::getState(), and dtn::core::TCPConnection::setState().
Referenced by dtn::core::TCPConnection::setState(), and dtn::core::TCPConnection::TCPConnection().
1.5.6