From b29b2202fcb52dbe8d2027f4b74c14e632dbc7ae Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 04:22:09 +0100 Subject: [PATCH] readmeupdate --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 8e843d1..8f6a699 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to --- ## Improvements ### Add support for multiple clients at the same time -##### Client +#### Client - client pings server every 100 msecs, and only starts writing after receiving SIGUSR2 back - client sends \0 when done #### Server @@ -23,10 +23,10 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to --- ## Tester +### Todo - add valgrind to tester - check for -Wall -Werror -Wextra - -#### Usage +### Usage 1. Download test.sh into your own minitalk directory 2. Make the file executable `chmod +x test.sh` 3. Run `./test.sh` to start the test