fipa_services
Classes | Typedefs | Variables
fipa::services::transports::udt Namespace Reference

Classes

class  IncomingConnection
 A unidirectional, incoming connection to receive incoming messages. More...
 
class  OutgoingConnection
 A unidirectional, outgoing udt connection that allows to send fipa letter to a receiver. More...
 
class  UDTTransport
 A UDTTransport provides a server that allows to establish udt connection to transfer fipa::acl::Letter. More...
 

Typedefs

typedef std::vector< IncomingConnection::PtrIncomingConnections
 

Variables

const uint32_t MAX_MESSAGE_SIZE_BYTES = 20*1024*1024
 

Typedef Documentation

Variable Documentation

const uint32_t fipa::services::transports::udt::MAX_MESSAGE_SIZE_BYTES = 20*1024*1024