Photon Unity Networking 2 2.45

Public Attributes | Static Public Attributes | List of all members
PhotonPortDefinition Struct Reference

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}
 

Detailed Description

Container for port definitions.

Member Data Documentation

◆ GameServerPort

ushort GameServerPort

Typical ports: UDP: 5055 or 27001, TCP: 4531, WSS: 19091 or 443.

◆ MasterServerPort

ushort MasterServerPort

Typical ports: UDP: 5056 or 27002, TCP: 4530, WSS: 19090 or 443.

◆ NameServerPort

ushort NameServerPort

Typical ports: UDP: 5058 or 27000, TCP: 4533, WSS: 19093 or 443.