[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

UCX TCP socket non-blocking mode?

» close window

The Question is:

 
How I can set TCP socket in non-blocking mode?
 
 


The Answer is :

 
  See UCX$EXAMPLES:UCX$IOCTL_ROUTINE.C, and see set_socket_non_blocking().
 
  Or set the UCX$M_MSG_NBIO bit in the flags argument of send().
 
  And also, sys$qio and ASTs can work quite nicely here.
 

answer written or last revised on ( 9-JUL-1998 )

» close window