mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +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
|
MAX_RETRIES = 3
|
||||||
|
|
||||||
MODES = {
|
MODES = {
|
||||||
|
# TODO: Implement other protocols using asyncio
|
||||||
0: TCPFull,
|
0: TCPFull,
|
||||||
1: TCPAbridged,
|
1: TCPAbridged,
|
||||||
2: TCPIntermediate,
|
2: TCPIntermediate,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue