Die Funktion : bind()


Funktionsprototyp:

int bind(int sd, struct sockaddr *address, int length);

Effekt :

Bindet einen Namen oder eine Adresse an eine Socket.

Includes :

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

Parameter :



back next