Skip to content

DifferentSC/NetworkHW2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Network HW #1

Description

Simple TCP file transferring server and client implementation, using C socket programming interface.

Author

Gyewon Lee, 2015-21252

How to run?

To build both client and server code, use command make

You can run your client via

./server <port_num>

You can run your client via

./client <host_name> <port_num> -w <window_size> -d <ACK_delay>

Working history is available on git. Use git log on local repository or visit https://github.com/DifferentSC/NetworkHW2015 for more information.

About

Public repository for my network project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published