readmeupdate

This commit is contained in:
djonker 2023-03-11 04:22:09 +01:00
parent afa5b25e2c
commit b29b2202fc

View File

@ -5,7 +5,7 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to
--- ---
## Improvements ## Improvements
### Add support for multiple clients at the same time ### 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 pings server every 100 msecs, and only starts writing after receiving SIGUSR2 back
- client sends \0 when done - client sends \0 when done
#### Server #### Server
@ -23,10 +23,10 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to
--- ---
## Tester ## Tester
### Todo
- add valgrind to tester - add valgrind to tester
- check for -Wall -Werror -Wextra - check for -Wall -Werror -Wextra
### Usage
#### Usage
1. Download test.sh into your own minitalk directory 1. Download test.sh into your own minitalk directory
2. Make the file executable `chmod +x test.sh` 2. Make the file executable `chmod +x test.sh`
3. Run `./test.sh` to start the test 3. Run `./test.sh` to start the test