# README
scion-netcat
A SCION port of the netcat utility.
Usage
./netcat <host>:<port>
./netcat -l <port>
See ./netcat -h
for more.
# Functions
DoDialQUIC dials with a QUIC socket.
DoDialUDP dials with a UDP socket.
DoListenQUIC listens on a QUIC socket.
DoListenUDP listens on a UDP socket.