Die Funktion : socketpair()


Funktionsprototyp:

int socketpair(int format, int type int protocol,int sv[2]);

Effekt :

Erzeugt eine Socketpair.

Includes :

#include <sys/types.h>
#include <sys/socket.h>

Parameter :

back next