Third party punch through

I'm currently trying to implement a third party punch through system.

To be compatible with asymmetric routers the way this works is when a client punches through, the server determines a port the client can connect to and then starts listening to it. Once the client connects to this port we can internally relay the traffic and use it like normal.

Bolt's built-in Photon punch through must work in a similar way. Is there any of that functionality exposed that I might be able to use?

Comments

  • I don't think I understand the question, you're asking about third party punchthrough but the question is concerning Photon punch?
  • stanchion said:

    I don't think I understand the question, you're asking about third party punchthrough but the question is concerning Photon punch?

    In the meantime, I've decided to just use UPnP port forwarding until either 1.1 is released, or 1.0.0.6 is fixed.