readmetest

This commit is contained in:
djonker 2023-03-11 02:40:45 +01:00
parent ee6f36c974
commit ae120d5604

View File

@ -2,6 +2,7 @@
## Description ## Description
Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs. 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 We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over
--- ---
## Improvements ## Improvements
### Add support for multiple clients at the same time ### Add support for multiple clients at the same time