This is a simple TCP and UDP echo server, inspired by this, this, this, this TCP server, and this UDP server.
- Install ASDF and install this project into your ASDF system, then load:
(asdf:load-system :sockets-test)
(sockets-test:tcp)
(sockets-test:kill-tcp)
(sockets-test:udp)
(sockets-test:kill-udp)
$ telnet 0.0.0.0 8882
$ nc -u localhost 8882