COHERENT help

This page displays the COHERENT help information for setsockopt.

Listing of available help pages


setsockopt() -- Set a socket option

#include <sys/types.h>
#include <sys/socket.h>
int setsockopt(socket, level, option, buffer, length)
int socket, level, option, length;
char *buffer;