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_instance - Opening/Closing

Author

       Generated automatically by Doxygen for globus_xio from the source code.

globus_xio                                         Version 6.6                 globus_xio_udp_driver_instance(3)

Detailed Description

       Opening/Closing.

       An XIO handle with the udp driver can be created with globus_xio_handle_create().

       The handle can be created in two modes: open server or connected client. If the contact string does not
       have a host and port, the udp socket will accept messages from any sender. If a host and port is
       specified, the udp socket will be 'connected' immediately to that host:port. This blocks packets from any
       sender other than the contact string. A handle that starts out as an open server can later be 'connected'
       with GLOBUS_XIO_UDP_CONNECT (presumably after the first message is received from a sender and his contact
       info is available).

       When the XIO handle is closed, the udp driver will destroy its internal resources and close the socket
       (unless this socket was set on the attr to globus_xio_register_open()).

Name

       globus_xio_udp_driver_instance - Opening/Closing

        - Opening/Closing.

Synopsis

See Also