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

Unified Diff: src/internet/model/nsc-tcp-socket-impl.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/internet/model/nsc-tcp-socket-impl.h
===================================================================
--- a/src/internet/model/nsc-tcp-socket-impl.h
+++ b/src/internet/model/nsc-tcp-socket-impl.h
@@ -68,6 +68,7 @@
virtual enum SocketType GetSocketType (void) const;
virtual Ptr<Node> GetNode (void) const;
virtual int Bind (void);
+ virtual int Bind6 (void);
virtual int Bind (const Address &address);
virtual int Close (void);
virtual int ShutdownSend (void);

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