Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 222 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 222 Bytes

A basic implementation of a socket in C. The client, once succesfully connected with server, could require a file. If the file is available, then it is sent and received from client.

Server2 could works with concurrency.