mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 00:14:50 +00:00
Remove TODO
This commit is contained in:
parent
1fc160c566
commit
980807f1de
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ 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