Changeset 391 for python/trunk/Demo/sockets/README
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Demo/sockets/README
r2 r391 6 6 ftp.py A very simple ftp client. 7 7 gopher.py A simple gopher client. 8 mcast.py IPv4/v6 multicast example 8 9 radio.py Receive time broadcasts from broadcast.py. 9 10 telnet.py Client for the 'telnet' protocol. … … 12 13 unixserver.py Unix socket example, server side 13 14 udpecho.py Client and server for the UDP echo protocol. 14 15 The following file is only relevant on SGI machines (or other systems16 that support multicast):17 18 mcast.py A Python translation of19 /usr/people/4Dgifts/examples/network/mcast.c20 (Note that IN.py is in ../../lib/sgi.)21
Note:
See TracChangeset
for help on using the changeset viewer.