Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3409)

Unified Diff: src/applications/helper/udp-echo-helper.h

Issue 5417048: IPv6 support for TCP/UDP in NS-3
Patch Set: Uninitialized variable Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/applications/helper/udp-echo-helper.h
===================================================================
--- a/src/applications/helper/udp-echo-helper.h
+++ b/src/applications/helper/udp-echo-helper.h
@@ -25,6 +25,7 @@
#include "ns3/node-container.h"
#include "ns3/object-factory.h"
#include "ns3/ipv4-address.h"
+#include "ns3/ipv6-address.h"
namespace ns3 {
@@ -106,7 +107,9 @@
* \param ip The IP address of the remote udp echo server
* \param port The port number of the remote udp echo server
*/
+ UdpEchoClientHelper (Address ip, uint16_t port);
UdpEchoClientHelper (Ipv4Address ip, uint16_t port);
+ UdpEchoClientHelper (Ipv6Address ip, uint16_t port);
/**
* Record an attribute to be set in each Application after it is is created.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b