Programming with sockets

Error handling

XTI attempts to separate communications errors from system errors by defining two levels of errors:

The socket interface provides a similar facility with getsockopt when called with an option of SO_ERROR.


NOTE: In applications linked with the Threads Library, distinct instances of t_errno and errno will be supported for each thread. See ``Multithreaded network programming'' for more information about using the Transport Interface and the Socket Interface with the Threads Library.



© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1 - 19 March 1999