forked from nsnam/ns-3-dev-git
-
Notifications
You must be signed in to change notification settings - Fork 6
BBR Development Progress
Vivek Jain edited this page Mar 8, 2018
·
4 revisions
- Identified missing features in ns-3 required by TCP BBR [1]
- Delivery rate estimation
- CongControl API
- Created an implementation plan for
Delivery rate estimationand shared with ns-3 developers for feedback. [2] - Implemented
CongControlAPI
- Addressed the SIMPAT review comments and submitted revised manuscript for review
- Rebased the implementation of
CongControlon the latest master
- Went to attend COMSNETS 2018
- Addressed comments given by ns-3 developers on shared plan
- Started implementation of
Delivery Rate Estimationbased on Internet Draft [3] and review comments [2] - Moved minimum RTT in required place
- Continued the implementation for
Delivery rate estimation - Submitted the code for review
- Moved implementation on
tcp-nextbranch of maintainer. (Suggested by maintainer) - Started implementation for TCP BBR in ns-3
- Continued the implementation for TCP-BBR
- Finished the implementation for TCP-BBR
- Announced the implementation of developers forum [4]
- Submitted the code for review.
- Started drafting paper for WNS-3
- Implemented
windowed-filterfor BBR - Discussed the licensing issue with Tom Sir (admin of ns-3)
- Generating results for paper
- Completed BBR paper and submitted on WNS-3.
- Setup a Github repo for reproducing the results [5]
- Reviewed Natale's code for TCP changes in ns-3
- Helped Viyom for creating patch for
BytesInFlightbug
- Implemented test-suite for TCP Westwood
- Started refactoring
Delivery rate estimationfor latestns-3-dev
- Continuing the refactoring for
Delivery rate estimation
[1] http://mailman.isi.edu/pipermail/ns-developers/2017-December/014202.html
[2] http://mailman.isi.edu/pipermail/ns-developers/2017-December/014203.html
[3] https://www.ietf.org/archive/id/draft-cheng-iccrg-delivery-rate-estimation-00.txt
[4] http://mailman.isi.edu/pipermail/ns-developers/2018-January/014270.html
[5] https://github.com/Vivek-anand-jain/Reproduce-TCP-BBR-in-ns-3