[Ns-bugs] [Bug 423] New: TCP copy constructor wrong
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Fri Nov 28 00:58:24 PST 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=423
Summary: TCP copy constructor wrong
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: internet-stack
AssignedTo: ns-bugs at isi.edu
ReportedBy: mathieu.lacage at sophia.inria.fr
Estimated Hours: 0.0
from a cursory code review of TcpSocketImpl::TcpSocketImpl (const TcpSocketImpl
&o), it looks like there is a missing call to
SetSendCallback (MakeNullCallback<void, Ptr<Socket>,uint32_t> () );
and probably of every other callback.
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list