quic-interop / quic-network-simulator

ns3-based network simulator for QUIC testing
Other
147 stars 44 forks source link

create the /logs directory in the endpoint setup script #62

Closed marten-seemann closed 4 years ago

marten-seemann commented 4 years ago

I know this is not ideal, but this is only for the network simulator. We could change the docker-compose.yml, but since we're not using any script to drive the simulation, the user will then have to copy the log files manually. In the interop runner I change the docker-compose.yml, and we run the docker cp from the python script then.

janaiyengar commented 4 years ago

Yeah, I see the other PR now.