blob: d5bac0f8236e00d7534ea5c2791ea1160707e0a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Some simple programs which do datagram-based message passing on the
Internet.
-----------
send_udp.c and recv_udp.c are the simple send/receive processes.
send_udp.c and fancy_recv_udp.c implement the "fancy" receiver that
was described in lecture.
|