Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 644 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 644 Bytes

Review Assignment Due Date

Systems - Lab Handshake

Fill in the function definitions for server_handshake and client_handshake in pipe_networking.c.

These should do everything needed to establish a 3-way handshake between the client and server.

Make sure you include diagnostic print messages in your functions.

To remove files, there is a simple function remove(PATH) that will remove the file at PATH.

You should not modify any other files for this assignment.