cpython/Demo/sockets/README

8 lines
288 B
Plaintext
Raw Normal View History

1991-07-01 15:32:32 -03:00
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.