ISocket.fd

File descriptor. Set by socket()/accept() and reset by close() and clear(). Should be modified otherwise only in special situations.

class ISocket
int fd;

Meta