Flux Tags S'inscrire Connexion 🚀

Les pépites #serveur #tcp #c #programmation

Affiner la thématique

Balayez pour voir plus →
IPRELAX.FR

Langage C et programmation reseaux: Client - Serveur TCP

/* requete de connexion */ if(connect( to_server_socket, (struct sockaddr *)&serverSockAddr, sizeof(serverSockAddr)) < 0 ) { printf(\"ca chie demande de connectionn\"); exit(0); }