Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vuva/mapple into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vuva committed Nov 18, 2020
2 parents 4fdd883 + a1d2be8 commit 5246c66
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,67 @@ MAppLE (MPQUIC Application Latency Evaluation platform)
==========
A unified MPQUIC Application Latency Evaluation platform (MAppLE) to evaluate and develop MPQUIC with modular multiplexers, stream schedulers, and packet schedulers.

# Traffic Generator

This is an experimental network traffic generator for MPTCP and MP-QUIC

Usage:

cd ~/mpquic-latency/mpquic-go/src/github/lucas-clemente/quic-go/traffic-gen

go build

go run traffic-gen.go

-a string

Destination address (default "localhost")
-arrdist string

arrival distribution (default "c")
-arrval float

arrival value (default 1000)
-cc string

Congestion control (default "cubic")
-csizedist string

data chunk size distribution (default "c")
-csizeval float

data chunk size value (default 1000)
-log string

Log folder
-m Enable multipath (default true)

-mode string

start in client or server mode (default "server")
-p string

TCP or QUIC (default "tcp")
-sched string

Scheduler
-t uint

time to run (ms) (default 10000)
-v Debug mode



MPQUIC-FEC
==========
Expand Down

0 comments on commit 5246c66

Please sign in to comment.