How is information sent to the dedicated server?

I want to find out how information is sent to Network Runner which is running in GameMode mode.Server. I have an assumption that all the information from the NetworkRunner client is not sent directly to my dedicated server, but through the photon server, only then gets to the dedicated server. Therefore, the question is, does the data really pass through the photon cloud servers, and only then to the recipient?

Best Answer

  • Luke_Sta
    Luke_Sta admin
    Answer ✓

    Fusion creates a direct connection to the server using NAT Punchthrough. Only if that connection fails (which happens quite rarely) the relay fallback will be used where data is sent through the Photon Cloud servers.

Answers

  • Luke_Sta
    Luke_Sta admin
    Answer ✓

    Fusion creates a direct connection to the server using NAT Punchthrough. Only if that connection fails (which happens quite rarely) the relay fallback will be used where data is sent through the Photon Cloud servers.