[Ns-bugs] [Bug 559] TcpSocketImpl doesn’t free endpoint quickly enough after being closed
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Tue Jun 30 00:37:24 PDT 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=559
--- Comment #6 from Ewgenij Starostin <estar at cs.tu-berlin.de> 2009-06-30 03:37:24 EDT ---
Created an attachment (id=506)
--> (http://www.nsnam.org/bugzilla/attachment.cgi?id=506)
Tests for Bind()/Close() behaviour
Add two tests to src/internet-stack/tcp-test.cc.
Test4 checks
sock1->Bind(); sock1->Listen(); sock1->Close(); sock2->Bind();
and works at the moment. Test5 checks
sock1->Bind(); sock1->Close(); sock2->Bind();
and fails.
--
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