Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

ENetSide

BSFishy edited this page Jan 13, 2020 · 1 revision
enum ENetSide;

This enum represents the side of a socket. The possible values are as follows:

  • CLIENT - The client side of the socket
  • SERVER - The server side of the socket

This enum is used to specify how the socket should be setup. For example, for servers, the socket should bind then listen, when starting, whereas it should connect for clients.