|
|
| 125 |
* |
125 |
* |
| 126 |
* \param ip The IP address of the remote UDP server |
126 |
* \param ip The IP address of the remote UDP server |
| 127 |
* \param port The port number of the remote UDP server |
127 |
* \param port The port number of the remote UDP server |
|
|
128 |
* \deprecated The non-const uint16_t argument is deprecated and will be |
| 129 |
* removed in a future release. Currently, if the provided address is of |
| 130 |
* type InetSocketAddress or Inet6SocketAddress, this argument is ignored |
| 131 |
* because it can be specified within the address. |
| 128 |
*/ |
132 |
*/ |
| 129 |
|
133 |
|
| 130 |
UdpClientHelper (Address ip, uint16_t port); |
134 |
UdpClientHelper (Address ip, uint16_t port); |
|
|
| 178 |
* \param ip The IP address of the remote UDP server |
182 |
* \param ip The IP address of the remote UDP server |
| 179 |
* \param port The port number of the remote UDP server |
183 |
* \param port The port number of the remote UDP server |
| 180 |
* \param filename the file from which packet traces will be loaded |
184 |
* \param filename the file from which packet traces will be loaded |
|
|
185 |
* \deprecated The non-const uint16_t argument is deprecated and will be |
| 186 |
* removed in a future release. Currently, if the provided address is of |
| 187 |
* type InetSocketAddress or Inet6SocketAddress, this argument is ignored |
| 188 |
* because it can be specified within the address. |
| 181 |
*/ |
189 |
*/ |
| 182 |
UdpTraceClientHelper (Address ip, uint16_t port, std::string filename); |
190 |
UdpTraceClientHelper (Address ip, uint16_t port, std::string filename); |
| 183 |
/** |
191 |
/** |