SocketHandle is defined based on the os Linux:
typedef int SocketHandle;
Win32:
typedef std::uint64_t SocketHandle;