System programming lab assignment #5
This directory contains the files you will need for the Echo Proxy Lab.
- proxy.c, csapp.h, csapp.c
These are starter files. csapp.c and csapp.h are described in your textbook. You may make any changes you like to these files. And you may create and handin any additional files you like.
- echo.h, echo.c, echoserver.c, echoclient.c
Echo client and server files for brand new Lab.
- README.md
This file
- Makefile
This is the makefile that builds the proxy program. Type "make" to build your solution, or "make clean" followed by "make" for a fresh build. Type "make submit" to create the tarfile that you will be handing in.