File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
include/fastdds/rtps/transport Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,8 @@ class ChainingTransport : public TransportInterface
317
317
* @param next_receiver Next resource receiver to be called.
318
318
* @param receive_buffer vector with enough capacity (not size) to accommodate a full receive buffer. That
319
319
* capacity must not be less than the receiveBufferSize supplied to this class during construction.
320
+ * @param receive_buffer_size Size of the raw data. It will be used as bounds check for the previous argument.
321
+ * It must not exceed the receiveBufferSize fed to this class during construction.
320
322
* @param local_locator Locator mapping to the local channel we're listening to.
321
323
* @param[out] remote_locator Locator describing the remote destination we received a packet from.
322
324
*/
You can’t perform that action at this time.
0 commit comments