(server p)
Starts the Scheme interpreter listening on a TCP/IP socket at port
p.
(udp-thread p)
Starts a new thread to handle events send over UDP/IP to port p.
(udp-thread-set! t p num)
Sets program p to handle incoming UDP events with index number
num. t is the event thread waiting for events.