#include <TransporterDefinitions.hpp>
Public Attributes |
Int32 | s_port |
const char * | remoteHostName |
const char * | localHostName |
NodeId | remoteNodeId |
NodeId | localNodeId |
NodeId | serverNodeId |
bool | checksum |
bool | signalId |
bool | isMgmConnection |
TransporterType | type |
union { |
struct { |
Uint32 sendBufferSize |
Uint32 maxReceiveSize |
Uint32 tcpSndBufSize |
Uint32 tcpRcvBufSize |
Uint32 tcpMaxsegSize |
Uint32 tcpOverloadLimit |
} tcp |
struct { |
Uint32 shmKey |
Uint32 shmSize |
int signum |
} shm |
struct { |
Uint32 sendLimit |
Uint32 bufferSize |
Uint32 nLocalAdapters |
Uint32 remoteSciNodeId0 |
Uint32 remoteSciNodeId1 |
} sci |
}; | |
Detailed Description
TransporterConfiguration
used for setting up a transporter. the union member specific is for information specific to a transporter type.
Definition at line 76 of file TransporterDefinitions.hpp.
The documentation for this struct was generated from the following file: