mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Add TODO
This commit is contained in:
parent
e333e8dada
commit
f76c654548
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class Connection:
|
|||
MAX_RETRIES = 3
|
||||
|
||||
MODES = {
|
||||
# TODO: Implement other protocols using asyncio
|
||||
0: TCPFull,
|
||||
1: TCPAbridged,
|
||||
2: TCPIntermediate,
|
||||
|
|
|
|||
Loading…
Reference in a new issue