cpython/Demo/sockets
Guido van Rossum f628a985ff New == syntax 1992-05-19 13:51:20 +00:00
..
README Initial revision 1991-07-01 18:32:32 +00:00
echosvr.py Initial revision 1991-07-01 18:32:32 +00:00
finger.py New == syntax 1992-05-19 13:51:20 +00:00
telnet.py New == syntax 1992-05-19 13:51:20 +00:00
throughput.py New == syntax 1992-05-19 13:51:20 +00:00
udpecho.py New == syntax 1992-05-19 13:51:20 +00:00

README

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.