Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 451 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 451 Bytes

Capstone_TCPnetwork

the TCP socket programing in C for linux systems

A multi server system for connecting to a client. Client connect to servers simultaneously with threads and servers can service to more than one client at the same time.

The first argument that is passed to the client is the number files that should be sent and the other arguments are the servers ip addresses. After sending all the files Client disconnects from the servers.