Container for port definitions. More...
Public Attributes | |
ushort | NameServerPort |
Typical ports: UDP: 5058 or 27000, TCP: 4533, WSS: 19093 or 443. More... | |
ushort | MasterServerPort |
Typical ports: UDP: 5056 or 27002, TCP: 4530, WSS: 19090 or 443. More... | |
ushort | GameServerPort |
Typical ports: UDP: 5055 or 27001, TCP: 4531, WSS: 19091 or 443. More... | |
Static Public Attributes | |
static readonly PhotonPortDefinition | AlternativeUdpPorts = new PhotonPortDefinition() { NameServerPort = 27000, MasterServerPort = 27001, GameServerPort = 27002} |
Container for port definitions.
ushort GameServerPort |
Typical ports: UDP: 5055 or 27001, TCP: 4531, WSS: 19091 or 443.
ushort MasterServerPort |
Typical ports: UDP: 5056 or 27002, TCP: 4530, WSS: 19090 or 443.
ushort NameServerPort |
Typical ports: UDP: 5058 or 27000, TCP: 4533, WSS: 19093 or 443.