Networking Client implementation.
Result initialize()
Perform initialization.
Result connectSocket(const int sock, const IPV4::Address addr, const u16 port=0)
Connect socket to address/port.
#define ESUCCESS
Reports a success operation.
C int connect(int sockfd, struct sockaddr *addr, socklen_t addrlen)
Connect a socket to an address/port.
#define C
Used to define external C functions.
Defines a socket address and port pair.