c++ file descriptor (sockets) isopen()? -
in c++, there way check if file descriptor still open, long after opened?
you can use fcntl f_getfl if fd valid or not.
in c++, there way check if file descriptor still open, long after opened?
you can use fcntl f_getfl if fd valid or not.
Comments
Post a Comment