Mplex: change the reference url

To the commit hash, to make it more correct.
pull/365/head
mhchia 2020-02-05 21:31:04 +08:00
parent 7f8c0f11f6
commit b7c2ec2187
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from .exceptions import MplexUnavailable
from .mplex_stream import MplexStream
MPLEX_PROTOCOL_ID = TProtocol("/mplex/6.7.0")
# Ref: https://github.com/libp2p/go-mplex/blob/master/multiplex.go#L115
# Ref: https://github.com/libp2p/go-mplex/blob/414db61813d9ad3e6f4a7db5c1b1612de343ace9/multiplex.go#L115 # noqa: E501
MPLEX_MESSAGE_CHANNEL_SIZE = 8
logger = logging.getLogger("libp2p.stream_muxer.mplex.mplex")