mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-05-03 08:23:40 +00:00
remove irrelevant comment
This commit is contained in:
parent
59abd2e4cd
commit
dc97595aad
@ -420,7 +420,7 @@ suite "Mplex":
|
|||||||
mplexBuf.writePBVarint((1.uint shl 3) or ord(MessageType.MsgOut).uint)
|
mplexBuf.writePBVarint((1.uint shl 3) or ord(MessageType.MsgOut).uint)
|
||||||
mplexBuf.writePBVarint(buf.buffer.len.uint) # size should be always sent
|
mplexBuf.writePBVarint(buf.buffer.len.uint) # size should be always sent
|
||||||
|
|
||||||
await conn.write(mplexBuf.buffer) # write out mplex header
|
await conn.write(mplexBuf.buffer)
|
||||||
proc writer() {.async.} =
|
proc writer() {.async.} =
|
||||||
var sent = 0
|
var sent = 0
|
||||||
randomize()
|
randomize()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user