Nick Krichevsky 2beb6b93e7 | ||
---|---|---|
client | ||
common | ||
server | ||
.gitignore | ||
Makefile | ||
README.txt |
README.txt
COMPILE INSTRUCTIONS =================== Run `make` to build both the client and server. Run `make http_client` to make only the client. Run `make http_server` to make only the server. RUN INSTRUCTIONS ================ You may run the client with the following usage. The -p flag will print the round trip time (RTT) to the server. ./http_client [-p] server/path port You may run the server with the following usage. ./http_server port