summaryrefslogtreecommitdiffstats
path: root/Demo/sockets
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-09-08 21:19:46 (GMT)
committerGuido van Rossum <guido@python.org>1992-09-08 21:19:46 (GMT)
commit00c5ad6eeb7cf407c6233855c6621fc64af2d3d2 (patch)
tree4c05a58b89cca54ae71cbedfa609689b544a49f7 /Demo/sockets
parent5c1797ac23d4e8faec6f255593dc0c4b76213efe (diff)
downloadcpython-00c5ad6eeb7cf407c6233855c6621fc64af2d3d2.zip
cpython-00c5ad6eeb7cf407c6233855c6621fc64af2d3d2.tar.gz
cpython-00c5ad6eeb7cf407c6233855c6621fc64af2d3d2.tar.bz2
Added mcast demo
.,
Diffstat (limited to 'Demo/sockets')
-rw-r--r--Demo/sockets/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Demo/sockets/README b/Demo/sockets/README
index 0c68190..11dc7cb 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 <netinet/in.h>