You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an introduction to signals in c, it simulates a server and a client communication using teh sigaction function. The client can send a message from a terminal 1, that get displayed to the server at terminal 2, without any segmentation fault and in a short period or time.