|
INET Framework for OMNeT++/OMNEST
|
Accepts any number of incoming connections, and sends back whatever arrives on them. More...
#include <SctpNatServer.h>
Public Attributes | |
| bool | multi |
| uint32_t | peer1 |
| L3Address | peer1Address1 |
| L3Address | peer1Address2 |
| uint32_t | peer1Assoc |
| uint32_t | peer1Port |
| int32_t | peer1Gate |
| uint32_t | peer2 |
| L3Address | peer2Address1 |
| L3Address | peer2Address2 |
| uint32_t | peer2Assoc |
| uint32_t | peer2Port |
| int32_t | peer2Gate |
Accepts any number of incoming connections, and sends back whatever arrives on them.
| bool inet::natInfo::multi |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| uint32_t inet::natInfo::peer1 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| L3Address inet::natInfo::peer1Address1 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| L3Address inet::natInfo::peer1Address2 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| uint32_t inet::natInfo::peer1Assoc |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| int32_t inet::natInfo::peer1Gate |
Referenced by inet::SctpNatServer::handleMessage().
| uint32_t inet::natInfo::peer1Port |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| uint32_t inet::natInfo::peer2 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| L3Address inet::natInfo::peer2Address1 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| L3Address inet::natInfo::peer2Address2 |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| uint32_t inet::natInfo::peer2Assoc |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().
| int32_t inet::natInfo::peer2Gate |
Referenced by inet::SctpNatServer::handleMessage().
| uint32_t inet::natInfo::peer2Port |
Referenced by inet::SctpNatServer::handleMessage(), and inet::SctpNatServer::sendInfo().