logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

socket_connected - is a connection established on a socket?

Description

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

Name

       socket_connected - is a connection established on a socket?

See Also

socket_remote4(3), socket_remote6(3)

                                                                                             socket_connected(3)

Syntax

#include<libowfat/socket.h>

       int socket_connected(int s);

See Also