2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-03 07:45:14 +00:00
This commit is contained in:
Dan
2018-06-13 20:02:02 +02:00
parent e333e8dada
commit f76c654548

View File

@@ -28,6 +28,7 @@ class Connection:
MAX_RETRIES = 3
MODES = {
# TODO: Implement other protocols using asyncio
0: TCPFull,
1: TCPAbridged,
2: TCPIntermediate,