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