C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
|
Represents a network socket for communication. More...
#include <net.h>
This structure encapsulates the details of a network socket, including:
hostname
: The hostname or IP address of the server.port
: The port number on which the server is listening.sockfd
: The file descriptor for the socket.server_addr
: The server's address, including the hostname and port number.