Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • ns-3-dev ns-3-dev
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 208
    • Issues 208
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 122
    • Merge requests 122
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 has launched! Please visit Breaking changes in 15.0 and 15.0 Removals to see which breaking changes may impact your workflow.

  • nsnam
  • ns-3-devns-3-dev
  • Merge requests
  • !34

Implementation of FACK, DSACK and RACK in ns-3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open ShikhaBakshi requested to merge ShikhaBakshi/ns-3-dev:RACK into master Mar 07, 2019
  • Overview 0
  • Commits 10
  • Changes 18

I have implemented Forward Acknowledgement (FACK), Duplicate Selective Acknowledgement (DSACK) and Recent Acknowledgement (RACK) in ns-3. I have also added test-case, example and documentation for all the above features.

I have used the code for reorder queue provided by Tom Henderson to verify the working of DSACK and is added in a separate commit for testing purposes.

All the above features are implemented in an incremental manner.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: RACK