Telethon/telethon/network
Lonami Exo 36f51e1e3f Remove ability to TcpClient.cancel_read()
This simplifies the process of sending and receiving data,
and makes use of Python's socket.settimeout instead a hand-crafted
version with a sort-of arbitrary self.delay = 0.1 (seconds), which
should improve the speed of the method
2017-09-02 19:14:11 +02:00
..
__init__.py Create a centralized Connection class, replaces TcpTransport (#112) 2017-08-28 21:23:31 +02:00
authenticator.py Set a known buffer size if possible on BinaryWriter()s 2017-08-29 20:44:51 +02:00
connection.py Remove ability to TcpClient.cancel_read() 2017-09-02 19:14:11 +02:00
mtproto_plain_sender.py Set a known buffer size if possible on BinaryWriter()s 2017-08-29 20:44:51 +02:00
mtproto_sender.py Add a thread to constantly read messages from the network 2017-09-02 18:27:22 +02:00