|
NAMEio_trywritetimeout - write to a descriptor without blockingSYNTAX#include <libowfat/io.h>int io_trywritetimeout(int64 fd,const char* buf,int64 len); DESCRIPTIONio_trywritetimeout is identical to io_trywrite, with the following exception: if
then io_trywritetimeout instead returns -2, with errno set to ETIMEDOUT. SEE ALSOio_nonblock(3), io_waitwrite(3), io_trywrite(3) Visit the GSP FreeBSD Man Page Interface. |