readmetest
This commit is contained in:
parent
a6bb818b35
commit
4df34c410c
@ -1,12 +1,11 @@
|
|||||||
# Minitalk
|
# Minitalk
|
||||||
## 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
|
||||||
#### 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
|
||||||
|
Loading…
Reference in New Issue
Block a user