You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
BSFishy edited this page Jan 13, 2020
·
1 revision
enumENetSide;
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.