conf git
This commit is contained in:
parent
bee98bb27b
commit
f93b5bc7d6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.o
|
||||||
@ -156,7 +156,7 @@ void traite_connexion (int sock){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// printf("J'ai lu %d bytes\n",longueur);
|
printf("J'ai lu %d bytes\n",longueur);
|
||||||
// Pour le client telnet :
|
// Pour le client telnet :
|
||||||
//buffer[longueur-2] = '\0';
|
//buffer[longueur-2] = '\0';
|
||||||
// Avec un client autre que telnet :
|
// Avec un client autre que telnet :
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user