Struct SocketTransportDescriptor
Defined in File SocketTransportDescriptor.h
Inheritance Relationships
Base Type
public eprosima::fastdds::rtps::TransportDescriptorInterface
(Struct TransportDescriptorInterface)
Derived Types
public eprosima::fastdds::rtps::TCPTransportDescriptor
(Struct TCPTransportDescriptor)public eprosima::fastdds::rtps::UDPTransportDescriptor
(Struct UDPTransportDescriptor)public eprosima::fastdds::rtps::test_UDPv4TransportDescriptor
(Struct test_UDPv4TransportDescriptor)
Struct Documentation
-
struct SocketTransportDescriptor : public eprosima::fastdds::rtps::TransportDescriptorInterface
Virtual base class for the data type used to define configuration of transports using sockets.
sendBufferSize:
size of the sending buffer of the socket (in octets).receiveBufferSize:
size of the receiving buffer of the socket (in octets).interfaceWhiteList:
list of allowed interfaces.TTL:
time to live, in number of hops.
Subclassed by eprosima::fastdds::rtps::TCPTransportDescriptor, eprosima::fastdds::rtps::UDPTransportDescriptor, eprosima::fastdds::rtps::test_UDPv4TransportDescriptor
Public Functions
-
inline SocketTransportDescriptor(uint32_t maximumMessageSize, uint32_t maximumInitialPeersRange)
Constructor.
-
SocketTransportDescriptor(const SocketTransportDescriptor &t) = default
Copy constructor.
-
SocketTransportDescriptor &operator=(const SocketTransportDescriptor &t) = default
Copy assignment.
-
virtual ~SocketTransportDescriptor() = default
Destructor.
-
inline virtual uint32_t min_send_buffer_size() const override
Returns the minimum size required for a send operation.
-
inline bool operator==(const SocketTransportDescriptor &t) const
Comparison operator.