Add delete client call

This commit is contained in:
PolynomialDivision 2017-07-17 16:42:57 +02:00
parent c5ec149f09
commit 0ae70ccc28
3 changed files with 61 additions and 2 deletions

View file

@ -102,7 +102,7 @@ void *receive_msg(void *args) {
int send_string(char *msg) {
int msglen = strlen(msg);
printf("Sending string!\n");
printf("Sending string! %s\n", msg);
if (sendto( sock,
msg,
msglen,