ns3::UdpClientHelper Class Reference
Create a client application which sends udp packets carrying a 32bit sequence number and a 64 bit time stamp.
More...
#include <udp-client-server-helper.h>
List of all members.
Detailed Description
Create a client application which sends udp packets carrying a 32bit sequence number and a 64 bit time stamp.
Constructor & Destructor Documentation
ns3::UdpClientHelper::UdpClientHelper |
( |
|
) |
|
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
ns3::UdpClientHelper::UdpClientHelper |
( |
Ipv4Address |
ip, |
|
|
uint16_t |
port | |
|
) |
| | |
Create UdpClientHelper which will make life easier for people trying to set up simulations with udp-client-server.
- Parameters:
-
| ip | The IP address of the remote udp server |
| port | The port number of the remote udp server |
Member Function Documentation
- Parameters:
-
Create one udp client application on each of the input nodes
- Returns:
- the applications created, one application per input node.
void ns3::UdpClientHelper::SetAttribute |
( |
std::string |
name, |
|
|
const AttributeValue & |
value | |
|
) |
| | |
Record an attribute to be set in each Application after it is is created.
- Parameters:
-
| name | the name of the attribute to set |
| value | the value of the attribute to set |
The documentation for this class was generated from the following file:
- src/helper/udp-client-server-helper.h