Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

File metadata and controls

20 lines (14 loc) · 486 Bytes

udp_transport

UDP client which implement sliding window protocol for file download

how to compile:

go to src folder and use make command

how to start client:

./transport <server_ip> <file_name> <size_to_download>

for example:

./transport 192.168.56.101 40001 output 10000002

how to clean compiled files:

You can use make clean command.

how to clean compiled files and delete executable files:

You can use make distclean command.