Fix documentation for ns3::BulkSendHelper class reference

This commit is contained in:
Andrea Lacava
2024-01-02 21:53:39 +00:00
committed by Tom Henderson
parent cdc82656c7
commit 8814a0bdaf

View File

@@ -49,7 +49,7 @@ class BulkSendHelper
* \param protocol the name of the protocol to use to send traffic
* by the applications. This string identifies the socket
* factory type used to create sockets for the applications.
* A typical value would be ns3::UdpSocketFactory.
* A typical value would be ns3::TcpSocketFactory.
* \param address the address of the remote node to send traffic
* to.
*/