"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
This would be one way to achieve Daniel's suggestion about
adding
UDP support to XEmacs. It shouldn't be hard, since TCP and
multicast support are already present.
What's wrong with the UDP support already present in XEmacs?
`open-network-stream' is a compiled Lisp function
...
Fifth argument PROTOCOL is a network protocol. Currently 'tcp
(Transmission Control Protocol) and 'udp (User Datagram Protocol) are
supported. When omitted, 'tcp is assumed.