L2SS-278: Fix UDP routing by adding a MTU=9000 network
Compare changes
+ 3
− 1
@@ -124,13 +124,15 @@ down: ## stop all services and tear down the system
Use an additional MTU=9000 network to receive UDP through, because our data packets are >1500. The new network needs a name alphabetically before NETWORK_MODE to force Docker to use that to expose our ports on.
Closes L2SS-278