Skip to content

Commit

Permalink
This is the NOSPIN version based on current quic-go
Browse files Browse the repository at this point in the history
  • Loading branch information
paaguti committed Apr 18, 2020
1 parent 9fb5b20 commit 48711a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ var rootCmd = &cobra.Command{
Use: "flowsim",
Short: "A UDP/TCP/HTTP/QUIC server/client to simulate ABR traffic",
Long: `A UDP/TCP/HTTP/QUIC server/client to simulate ABR traffic in one app.
Follows the iperf3 way of life integrating both server and client
This version is based on an older fork of the lucas-clemente/quic-go code
that supports the spin bit`,
Follows the iperf3 way of life integrating both server and client`,
}

func Execute() {
Expand Down

0 comments on commit 48711a4

Please sign in to comment.