PUN Classic (v1), PUN 2 and Bolt are in maintenance mode. PUN 2 will support Unity 2019 to 2022, but no new features will be added. Of course all your PUN & Bolt projects will continue to work and run with the known performance in the future.
For any upcoming or new projects: please switch to Photon Fusion or Quantum.
TCP 와 UDP 포트 번호
Photon 클라우드
API 에 따라 Photon 클라우드로의 접속에서 프로토콜과 어플리케이션의 목적에 따라 적절한 포트번호를 전달하는 것이 필요 할 수 있습니다.
대부분의 경우에서 포트 번호에 대해 신경쓰지 않으셔도 됩니다. 아래의 테이블은 Photon 클라우드에서 사용되고 있는 디폴트 포트 입니다.
프로토콜과 목표에 대한 디폴트 포트 PUN
포트번호 | 프로토콜 | 목적 |
---|---|---|
843 | TCP | Flash / Unity Policy |
4530 | TCP | Client to Master Server (TCP) |
4531 | TCP | Client to Game Server (TCP) |
4533 | TCP | Client to Nameserver (TCP) |
5055 | UDP | Client to Master Server (UDP) |
5056 | UDP | Client to Game Server (UDP) |
5058 | UDP | Client to Nameserver (UDP) |
6060 | TCP | Client to Master Server (rHTTP) |
6061 | TCP | Client to Game Server (rHTTP) |
6063 | TCP | Client to Nameserver (rHTTP) |
9090 | TCP | Client to Master Server (WebSockets) |
9091 | TCP | Client to Game Server (WebSockets) |
9093 | TCP | Client to Nameserver (WebSockets) |
19090 | TCP | Client to Master Server (Secure WebSockets) |
19091 | TCP | Client to Game Server (Secure WebSockets) |
19093 | TCP | Client to Nameserver (Secure WebSockets) |