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,