Documentation
¶
Overview ¶
package ucat provides an implementation of netcat using the go utp package. It is meant to exercise the utp implementation. Usage:
ucat [<local address>] <remote address> ucat -l <local address>
Address format is: [host]:port
Note that uTP's congestion control gives priority to tcp flows (web traffic), so you could use this ucat tool to transfer massive files without hogging all the bandwidth.