diff options
author | Guido van Rossum <guido@python.org> | 1991-07-01 18:32:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-07-01 18:32:32 (GMT) |
commit | 22825e86f6e13a4d84822ae9ee7c8a807259f37d (patch) | |
tree | a773c67d671fc73801ebc372e0cf6451192aacb5 /Demo/sockets/README | |
parent | 2fa5a7fc00a726c119f7626c702ffb7fa464b25b (diff) | |
download | cpython-22825e86f6e13a4d84822ae9ee7c8a807259f37d.zip cpython-22825e86f6e13a4d84822ae9ee7c8a807259f37d.tar.gz cpython-22825e86f6e13a4d84822ae9ee7c8a807259f37d.tar.bz2 |
Initial revision
Diffstat (limited to 'Demo/sockets/README')
-rw-r--r-- | Demo/sockets/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Demo/sockets/README b/Demo/sockets/README new file mode 100644 index 0000000..463ab1c --- /dev/null +++ b/Demo/sockets/README @@ -0,0 +1,7 @@ +Contents of this directory: + +echosvr.py About the simplest TCP server possible. +finger.py Client for the 'finger' protocol. +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. |