Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 310 Bytes

tcp_echo.rst

File metadata and controls

18 lines (11 loc) · 310 Bytes

TCP echo client and server

TCP echo client

TCP echo client using streams:

.. literalinclude:: examples/tcp_echo_client.py


TCP echo server

TCP echo server using streams:

.. literalinclude:: examples/tcp_echo_server.py