From 4df34c410c84cf059fa6db2f5136893ca97fd020 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 02:42:15 +0100 Subject: [PATCH] readmetest --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 91de434..70a0451 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,11 @@ # Minitalk -## Description Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs. We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over --- ## 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