Difference between revisions of "User:Rajb245"

From Nsnam
Jump to: navigation, search
Line 7: Line 7:
 
* July 14th 2008 - close out bugs [http://www.nsnam.org/bugzilla/show_bug.cgi?id=242 242] and [http://www.nsnam.org/bugzilla/show_bug.cgi?id=248 248]
 
* July 14th 2008 - close out bugs [http://www.nsnam.org/bugzilla/show_bug.cgi?id=242 242] and [http://www.nsnam.org/bugzilla/show_bug.cgi?id=248 248]
 
**As of July 14th 2008, 248 is blocked by either the test case being invalid OR some very serious platform dependent issues I haven't sorted out yet, and 242 is blocked by 244's progress
 
**As of July 14th 2008, 248 is blocked by either the test case being invalid OR some very serious platform dependent issues I haven't sorted out yet, and 242 is blocked by 244's progress
 +
**Decided bug 244 should be handled by nulling out the callbacks in the TcpSocket copy constructor, and setting explicitly them in application code on fork.
 
* July 17th 2008 - Close out bug [http://www.nsnam.org/bugzilla/show_bug.cgi?id=239 239]
 
* July 17th 2008 - Close out bug [http://www.nsnam.org/bugzilla/show_bug.cgi?id=239 239]
 
**Started a repo [http://code.nsnam.org/raj/ns-3-dev-bug239/ here], but it is untested
 
**Started a repo [http://code.nsnam.org/raj/ns-3-dev-bug239/ here], but it is untested
Line 18: Line 19:
 
* Look at iNSpect code and provide some more feedback
 
* Look at iNSpect code and provide some more feedback
 
* Address bug [http://www.nsnam.org/bugzilla/show_bug.cgi?id=250 250]
 
* Address bug [http://www.nsnam.org/bugzilla/show_bug.cgi?id=250 250]
 +
*

Revision as of 21:21, 18 July 2008

About Raj

Raj Bhattacharjea is a full time developer of ns-3 in the employ of the Georgia Institute of Technology.

Tasks

  • July 10th 2008 - Have the evensky test case added as a regression test and announce to list.
  • July 11th 2008 - Update the tracker on Bug 244
  • July 14th 2008 - close out bugs 242 and 248
    • As of July 14th 2008, 248 is blocked by either the test case being invalid OR some very serious platform dependent issues I haven't sorted out yet, and 242 is blocked by 244's progress
    • Decided bug 244 should be handled by nulling out the callbacks in the TcpSocket copy constructor, and setting explicitly them in application code on fork.
  • July 17th 2008 - Close out bug 239
    • Started a repo here, but it is untested
  • July 21th 2008 - Start and check in a minimal real unit test for TCP; Also make sure the tcp-2way test gets run with all of its various parameters.
  • July 22th 2008 - Make a doxygen header for TCP RFC compliance
  • July 27rd 2008 - Flip the final switches for cutover to nsnam.ece.gatech.edu

Random Tasks

  • Upgrade mediawiki on the new server
  • Cleanup TcpSocketImpl::Recv code (its ugly and inefficient)
  • Look at iNSpect code and provide some more feedback
  • Address bug 250