nonblocking - How are ioctl() and/or fcntl() used for writing a non-blocking socket? -
i trying learn how write non-blocking socket. can please explain roles ioctl() , fcntl() play in (i.e. roles of file descriptors in creating non-blocking socket. code snippet example explanation appreciated.
you use 1 or other set o_nonblock
. surely discovered that?
Comments
Post a Comment