Go to file
2023-03-07 05:22:27 +01:00
src firstcommit 2023-03-01 04:36:01 +01:00
.gitignore update 2023-03-01 17:58:36 +01:00
LICENSE firstcommit 2023-03-01 04:36:01 +01:00
Makefile firstcommit 2023-03-01 04:36:01 +01:00
minitalk.h firstcommit 2023-03-01 04:36:01 +01:00
minitalk.pdf firstcommit 2023-03-01 04:36:01 +01:00
Readme.md libupdate 2023-03-07 05:22:27 +01:00
test.sh newtestsimultanious 2023-03-06 09:18:56 +01:00
vgcore.473853 libupdate 2023-03-07 05:22:27 +01:00

Todo

Extra

Add support for multiple clients at the same time server client pings server every 100 msecs, and only starts writing after receiving SIGUSR2 back client sends \0 when done server server waits for a signal when pid = 1 when server receives signal it sets the pid to the sender pid it keeps ignoring signals from other PIDs untill it received \0 from the current pid after \0 is received pid is set back to 1

Tester

add valgrind to tester check for -Wall -Werror -Wextra