-*- text -*-

This is a really simple multi-user chat system which uses the SCTP
protocol that was written in more or less one go just to try out SCTP.

If you want, you can use it with TCP if you comment out the

  #define SCTP 1

line in server.c and client.c.

The server doesn't have any arguments and binds to port 4711 on all
local IPv4 addresses.

The client defaults to connect to 127.0.0.1, port 4711, but you can
connect to other hosts and ports like this:

  ./dclient -h host -p 4712

--- Michael C. Widerkrantz, mc at the domain hack.org.
