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

Unified Diff: src/internet/model/ipv6-raw-socket-impl.cc

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/internet/model/ipv6-raw-socket-impl.cc
===================================================================
--- a/src/internet/model/ipv6-raw-socket-impl.cc
+++ b/src/internet/model/ipv6-raw-socket-impl.cc
@@ -122,6 +122,11 @@
return 0;
}
+int Ipv6RawSocketImpl::Bind6 ()
+{
+ return(Bind());
+}
+
int Ipv6RawSocketImpl::GetSockName (Address& address) const
{
NS_LOG_FUNCTION_NOARGS ();

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