logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_xio_udp_driver_errors - Error Types

Author

       Generated automatically by Doxygen for globus_xio from the source code.

globus_xio                                         Version 6.6                   globus_xio_udp_driver_errors(3)

Detailed Description

       Error Types.

       The UDP driver is very close to the system code, so most errors reported by it are converted from the
       system errno. A few of the exceptions are GLOBUS_XIO_ERROR_COMMAND, GLOBUS_XIO_ERROR_CONTACT_STRING,
       GLOBUS_XIO_ERROR_CANCELED, GLOBUS_XIO_UDP_ERROR_NO_ADDRS, and GLOBUS_XIO_UDP_ERROR_SHORT_WRITESeealso
           globus_xio_driver_error_match()

           globus_error_errno_match()

Enumeration Type Documentation

enumglobus_xio_udp_error_type_t
       UDP driver specific error types

       EnumeratorGLOBUS_XIO_UDP_ERROR_NO_ADDRS
              Indicates that no IPv4/6 compatible sockets could be resolved for the specified hostname

       GLOBUS_XIO_UDP_ERROR_SHORT_WRITE
              Indicates that a write of the full buffer failed. Possibly need to increase the send buffer size.

Name

       globus_xio_udp_driver_errors - Error Types

        - Error Types.

Synopsis

Enumerations
       enum globus_xio_udp_error_type_t { GLOBUS_XIO_UDP_ERROR_NO_ADDRS, GLOBUS_XIO_UDP_ERROR_SHORT_WRITE }

See Also