From: Guido van Rossum Date: Tue, 8 Sep 1992 21:19:46 +0000 (+0000) Subject: Added mcast demo X-Git-Tag: v0.9.8~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00c5ad6eeb7cf407c6233855c6621fc64af2d3d2;p=thirdparty%2FPython%2Fcpython.git Added mcast demo ., --- diff --git a/Demo/sockets/README b/Demo/sockets/README index 0c681903451f..11dc7cb7849f 100644 --- a/Demo/sockets/README +++ b/Demo/sockets/README @@ -8,3 +8,10 @@ telnet.py Client for the 'telnet' protocol. throughput.py Client and server to measure TCP throughput. udpecho.py Client and server for the UDP echo protocol. radio.py Receive time broadcasts from broadcast.py. + +The following two files are only relevant on SGI machines (or other +systems that support multicast): + +mcast.py A Python translation of + /usr/people/4Dgifts/examples/network/mcast.c +IN.py Needed by mcast.py -- translation of