I am running a test game server that uses Steam and UE4 engine. The server runs fine and uses UDP 27015 for querying and udp ports 7777/77778 for the client communication.
When a client connects, the query seems to work fine and the server starts sending a bunch of UDP traffic to the client and there is nothing from the client end where it ends up disconnecting after about 15-20 seconds.
After the initial connection I see in tcpdump a bunch of the following:-
03:53:05.406790 IP ubuntu1404.41954 > <client ip>.58434: UDP, length 56
Running wireshark on the client shows nothing from the server except from port 27015.
There is no firewall running on the server and other servers work fine.
Any ideas? Would DigitalOcean be dropping UDP packets maybe?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I think I’m having this same issue. Any solution?
This comment has been deleted