mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
A working plaintext 2.0 without validation
This commit is contained in:
@ -4,8 +4,7 @@ from typing import Tuple
|
||||
|
||||
from libp2p.typing import StreamReader
|
||||
|
||||
|
||||
TIMEOUT = 10
|
||||
TIMEOUT = 1
|
||||
|
||||
|
||||
def encode_uvarint(number: int) -> bytes:
|
||||
|
||||
Reference in New Issue
Block a user