master
Flavien Haas 5 years ago
parent bee98bb27b
commit f93b5bc7d6

1
.gitignore vendored

@ -0,0 +1 @@
*.o

@ -0,0 +1 @@
cc0 1.0

@ -156,7 +156,7 @@ void traite_connexion (int sock){
break;
}
// printf("J'ai lu %d bytes\n",longueur);
printf("J'ai lu %d bytes\n",longueur);
// Pour le client telnet :
//buffer[longueur-2] = '\0';
// Avec un client autre que telnet :

Loading…
Cancel
Save