GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
io_trywritetimeout(3) FreeBSD Library Functions Manual io_trywritetimeout(3)

io_trywritetimeout - write to a descriptor without blocking

#include <libowfat/io.h>

int io_trywritetimeout(int64 fd,const char* buf,int64 len);

io_trywritetimeout is identical to io_trywrite, with the following exception: if

io_trywrite returns -1 (the descriptor is not ready for writing), and
the descriptor has a timeout, and
the write attempt was after the descriptor's timeout,

then io_trywritetimeout instead returns -2, with errno set to ETIMEDOUT.

io_nonblock(3), io_waitwrite(3), io_trywrite(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.