BulkSend application

31 views
Skip to first unread message

BENMADANI Houssem Eddine

unread,
Dec 30, 2023, 3:20:58 PM12/30/23
to ns-3-users
Hi  all,
I need the adjust the  BulkSend application attributes to fulfill the requirements of an application that sends packets at  a bite rate of 150 kbps. 
***************************************************************
BulkSendHelper dlClientHelper ("ns3::TcpSocketFactory",
                                     InetSocketAddress (ueIpIface.GetAddress (u), dlPort));
dlClientHelper.SetAttribute ("MaxBytes", UintegerValue (0));
dlClientHelper.SetAttribute("SendSize", UintegerValue(512));
***************************************************************
the sendSize attribute is the amount of data to send each time. But, at what time exactly? each 1ms, 1s or ....?
Best regards

Tommaso Pecorella

unread,
Dec 30, 2023, 5:49:38 PM12/30/23
to ns-3-users
Bulk is Bulk. It sends out the data at the max possible rate.

You're looking for the OnOffApplication.

Reply all
Reply to author
Forward
0 new messages