socket_connected.3diet

Langue: en

Version: 292297 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

socket_connected - is a connection established on a socket?

SYNTAX

#include <socket.h>

int socket_connected(int s);

DESCRIPTION

socket_connected returns 1 if s is a socket and a connection is established, 0 otherwise.

SEE ALSO

socket_remote4(3), socket_remote6(3)