From 8814a0bdaf524a8789ce451ba5552fa2e14b8ea5 Mon Sep 17 00:00:00 2001 From: Andrea Lacava Date: Tue, 2 Jan 2024 21:53:39 +0000 Subject: [PATCH] Fix documentation for ns3::BulkSendHelper class reference --- src/applications/helper/bulk-send-helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/helper/bulk-send-helper.h b/src/applications/helper/bulk-send-helper.h index af714b0e0..803b11d91 100644 --- a/src/applications/helper/bulk-send-helper.h +++ b/src/applications/helper/bulk-send-helper.h @@ -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. */