Skip to content
Snippets Groups Projects

Adding iperf3 support for TCP flows

Merged Shivangi Tomar requested to merge geegatomar/nest:iperf3-tcp into master

Fixing issue #58 (closed) and is a derivative of !160 (closed)

Edited by Shivangi Tomar

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 213 243 self.flows.append(copy.deepcopy(flow))
    214 244
    215 245 @input_validator
    216 def add_tcp_flow(self, flow: Flow, congestion_algorithm="cubic"):
    246 def add_tcp_flow(
    247 self,
    248 flow: Flow,
    249 congestion_algorithm="cubic",
    250 tool="netperf",
    251 specs: Iperf3Specs = Iperf3Specs(),
  • Shivangi Tomar added 1 commit

    added 1 commit

    • e2c102b7 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Shivangi Tomar added 1 commit

    added 1 commit

    • e02d5ace - Adding test for tcp with iperf3

    Compare with previous version

  • Shivangi Tomar
  • Riya Shah added 1 commit

    added 1 commit

    • 26e75cc0 - experiment.py: adding kwargs to add_tcp_flow

    Compare with previous version

  • Riya Shah added 1 commit

    added 1 commit

    • dfa850b7 - experiment.py: remove unnecessary comments

    Compare with previous version

  • Shivangi Tomar added 1 commit

    added 1 commit

    • aa9cacad - Adding comment explaining ss parser changes

    Compare with previous version

  • Shivangi Tomar added 3 commits

    added 3 commits

    • 5f7bfdac - Adding iperf3 support for TCP
    • 1bd8a4a3 - Allowing server runners with varied protocols
    • 4086f334 - Adding test for tcp with iperf3

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading