[Ns-bugs] [Bug 283] New: getsockname implementation needs support in socket base class
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Aug 11 16:10:10 PDT 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=283
Summary: getsockname implementation needs support in socket base
class
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: node module
AssignedTo: ns-bugs at isi.edu
ReportedBy: mathieu.lacage at sophia.inria.fr
I want to implement getsockname in my code. I would like to add GetSockName in
socket.h:
class Socket
{
public:
// pick the one you prefer.
int GetSockName (Address &address);
int GetSockName (Address *address);
};
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list