sock_do_bulkmode() — Use bulk mode for messages read by a socket

Standards

Standards / Extensions C or C++ Dependencies
z/OS® UNIX both  

Format

#define _OPEN_SYS_SOCK_EXT
#include <sys/socket.h>

void sock_do_bulkmode(int onoff);

General description

Restriction: This function is not supported in AMODE 64.

Bulk mode sockets are not supported. This function has no effect.

Returned value

sock_do_bulkmode() returns no values.

Related information