Docs: Removed mention of TcpClient from 'Project Structure'

This commit is contained in:
Dmitry D. Chernov 2019-02-11 08:45:33 +10:00
parent 8c428e8566
commit 45fdd098cc

View File

@ -33,11 +33,6 @@ The sender makes use of a ``Connection`` class which knows the format in
which outgoing messages should be sent (how to encode their length and
their body, if they're further encrypted).
For now, all connection modes make use of the ``extensions/tcpclient``,
a C#-like ``TcpClient`` to ease working with sockets in Python. All the
``TcpClient`` know is how to connect through TCP and writing/reading
from the socket with optional cancel.
Auto-generated code
*******************