Open
Description
Is this configuration necessary?
The networking stacks provided by container runtimes such as Docker introduce additional overheads that result in increased latency of UDP packets, so it is strongly recommended that you run Linux containers with host networking mode enabled in order to ensure the smoothest experience for users.
Oficial docker-compose.yml sample
...
signalling:
image: "ghcr.io/epicgames/pixel-streaming-signalling-server:${UNREAL_ENGINE_RELEASE}"
init: true
network_mode: "host"
...
https://unrealcontainers.com/docs/use-cases/dedicated-servers#key-considerations
Metadata
Metadata
Assignees
Labels
No labels