Bugzilla – Bug 690
tcp-nsc-lfn.cc is broken beyond repair
Last modified: 2010-01-16 17:02:05 UTC
this code appears to assume that the m_cwnd variable defined in NscTcpSocketImpl is actually a meaningful variable. It is not. I can't believe how broken this is. We should remove _at least_ the tracing part from that example file.
(In reply to comment #0) > this code appears to assume that the m_cwnd variable defined in > NscTcpSocketImpl is actually a meaningful variable. > > It is not. I can't believe how broken this is. We should remove _at least_ the > tracing part from that example file. the attached patch removes that part of the example, without changing program behavior. A bigger issue (not fixed for the moment) is to write a test suite that exercises/tests the socket and attribute API when NSC is used.
Created attachment 720 [details] remove cwnd tracing code
changeset c64c692147f6