Dunking Parrot Chat is an intranet/internet chat client and server. By using the UDP protocol for connections instead of TCP, DP Chat causes very little strain on the network resources of the machine running the server. UDP differs from TCP in that it is a connectionless protocol. With UDP, rather than maintain a constant connection between the client and server, 'user datagram packets' are passed back and forth.
 |