Due: Tuesday 12/14 8:00 am

## Check out the files on https://github.com/mks65/dwsource/tree/main/pipe_networking

  • Copy them all.
  • 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.
  • make and test
  • You should not modify any other files for this assignment.