Photon C++ Client API: ConnectionProtocol.h File Reference
From Photon C++ Client API

Photon C++ Client API
4.1.12.2
|
|
|
|
static const nByte | UDP |
| | Use UDP to connect to Photon, which allows you to send operations reliable or unreliable on demand.
|
| |
|
static const nByte | TCP |
| | Use TCP to connect to Photon.
|
| |
|
static const nByte | WS |
| | Use websockets to connect to Photon.
|
| |
|
static const nByte | WSS |
| | Use secure websockets to connect to Photon.
|
| |
|
static const nByte | DEFAULT |
| |