Asynchronous connect (for non-blocking socket connect emulation)

This commit is contained in:
Philip Homburg
2005-09-30 12:44:39 +00:00
parent a9a8299e88
commit 5f7b803dcd
2 changed files with 91 additions and 6 deletions

View File

@@ -36,6 +36,11 @@ typedef struct nwio_tcpcl
long nwtcl_ttl;
} nwio_tcpcl_t;
#define TCF_DEFAULT 0 /* Default parameters */
#define TCF_ASYNCH 1 /* Asynchronous connect for non-blocking
* socket emulation.
*/
typedef struct nwio_tcpatt
{
long nwta_flags;