quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
156 stars 45 forks source link

add command line flags to select servers and clients for interop #33

Closed marten-seemann closed 5 years ago

marten-seemann commented 5 years ago

This PR adds two new flags: --server and --client. Both take a comma-separated list of implementation names that will be used for interop tests. If the flag is absent, all available implementations are used. For example, if you want to test a quic-go server with both both quic-go and quicly as a client, you would use --server=quicgo --client=quicgo,quicly.