diff options
Diffstat (limited to 'pgm4/inet_dgrams.d/README')
-rw-r--r-- | pgm4/inet_dgrams.d/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pgm4/inet_dgrams.d/README b/pgm4/inet_dgrams.d/README new file mode 100644 index 0000000..d5bac0f --- /dev/null +++ b/pgm4/inet_dgrams.d/README @@ -0,0 +1,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. + + |