1
0
Ответвление 0

Added proper termination after user pressed CTRL+D, call to mic_tcp_close

Этот коммит содержится в:
Nicolas Van Wambeke 2016-06-19 11:50:50 +02:00
родитель dc7fb0af27
коммит 9cf49fe991

Просмотреть файл

@ -41,6 +41,8 @@ int main()
printf("[TSOCK] Appel de mic_send avec un message de taille : %d\n", strlen(chaine)+1);
printf("[TSOCK] Appel de mic_send valeur de retour : %d\n", sent_size);
}
mic_tcp_close(sockfd);
return 0;
}