Is there an already existing issue for this?
Expected behavior
The values sendBufferSize and receiveBufferSize from the SocketTransportDescriptor adequately reflect the buffer sizes of the created UDP sockets.
Current behavior
The values sendBufferSize and receiveBufferSize from the SocketTransportDescriptor and SocketTransportDescriptor::min_send_buffer_size() method return larger values than the actual size of the UDP socket buffers.
Steps to reproduce
Using the fields sendBufferSize and receiveBufferSize from the SocketTransportDescriptor , you must set a value greater than net.core.wmem_max or net.core.rmem_max.
Fast DDS version/commit
v2.13.0
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
UDPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
Is there an already existing issue for this?
Expected behavior
The values
sendBufferSizeandreceiveBufferSizefrom theSocketTransportDescriptoradequately reflect the buffer sizes of the created UDP sockets.Current behavior
The values
sendBufferSizeandreceiveBufferSizefrom theSocketTransportDescriptorandSocketTransportDescriptor::min_send_buffer_size()method return larger values than the actual size of the UDP socket buffers.Steps to reproduce
Using the fields
sendBufferSizeandreceiveBufferSizefrom theSocketTransportDescriptor, you must set a value greater than net.core.wmem_max or net.core.rmem_max.Fast DDS version/commit
v2.13.0
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
UDPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response