From 7db333857219362ba14dec132825debc0d940a6c Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 18 Sep 2023 23:58:47 -0400 Subject: cleanup some bugs. you can now listen to the music! good stopping point --- client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client.c') diff --git a/client.c b/client.c index 29aad13..ecb0be9 100644 --- a/client.c +++ b/client.c @@ -106,6 +106,8 @@ int main(int argc, char *argv[]) perror("send"); exit(1); } + // print the amount of bytes sent + printf("client: sent %d bytes on a hello call \n", numbytessent); pthread_t reply_thread; pthread_create(&reply_thread, NULL, reply_thread_routine, (void*)sockfd); -- cgit v1.2.3-70-g09d2