version 2

This commit is contained in:
Mohamed Ait-Taleb 2023-05-10 11:10:18 +01:00
parent 29848aeefd
commit 13c7a0b9b9
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -45,7 +45,7 @@ pthread_t envoi_syn_ack_tid;
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t end_accept_cond = PTHREAD_COND_INITIALIZER;
char debug=1;
char version=1;
char version=2;
//================================== SIGNATURES DES FONCTIONS PRIVEES =============================
int valid_socket(int socket);