socket constant
socket constant
socket constant
socket constant
socket constant
socket constant
socket constant
socket constant
socket constant
See the accept() man pages
See the bind() man pages.
Connect hosts and return sockets.
Since we can't call fclose on the fd directly, use this to disconnect
See the gethostbyname() man pages
Listen for connections on the given port.
Loads various socket constants like AF_INET, SOCK_STREAM, etc.
Receive a variable from the computer specified by the row vector 'socket'.
Send a command on the current connection
See the socket() man pages