Robust protocol that works on the connection with packet losses.
Server has a port flag.
$ go build server.go
$ ./server -port 33333
Client has a host, port, and file flag.
$ go build client.go
$ ./client -file dummy_small -port 33333
| Name | Name | Last commit date | ||
|---|---|---|---|---|