Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by greebleoverflowerror · May 28, 2016 at 05:17 AM · networkingserverudp

Receiving UDP data from a master server behind a router.

I am writing a networked game with multiple clients connecting to a single server. To improve networking performance, parts of it are written to use UDP sockets to communicate/receive data from the master server. The problem is receiving data. The server tries to send back data but the client never receives it.

My architecture looks like this:

Server: - Non-Unity program hosted on VM instance with fixed host name and all ports open. Not behind NAT.

  • listens on UDP port 9001

  • listens on TCP port 9002

  • Maintains a list of UDP ip/port pairs.

  • When a new UDP message comes in from 9001, it iterates over its list of ip/port pairs and forwards that packet to the other ports(excluding the original sender).

Client: - Unity game.

  • listens on open TCP port assigned by OS.

  • listens on open UDP port assigned by OS.

When the client starts up, it creates a UDP socket connection with an OS assigned port number, it then initiates a TCP request to the server providing auth data as well as the UDP port it would like to communicate on. The server receives that auth data, and records the user's ip address and port number. Once the client is added to the list it should receive new broadcast data from the server but this isn't happening. I've tested it locally and things work fine, it's only remote connections that break.

For what it's worth, I'm running my game behind a router - I'm guessing that's what's causing the problem. What I want to know is, how can I automatically get the router to forward messages to me? How do games like MMOs that run everything on a master server and most likely use UDP handle this? And using TCP is not an option for my use-case, UDP is absolutely critical.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Unity networking tutorial? 6 Answers

What's the best approach for creating a secure authorative server? 0 Answers

Need help on LAN server discovery via UDP Broadcast 0 Answers

Unity UDP freezes if disconnected from server 2 Answers

How to make just a simple server to save arrays and vars for a multiplayer? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges