mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-02-04 12:53:45 +00:00
export read size const
This commit is contained in:
parent
cae4910427
commit
9bc7043f48
@ -12,7 +12,7 @@ import peerinfo, multiaddress,
|
|||||||
stream/lpstream, peerinfo,
|
stream/lpstream, peerinfo,
|
||||||
varint, vbuffer
|
varint, vbuffer
|
||||||
|
|
||||||
const DefaultReadSize: uint = 64 * 1024
|
const DefaultReadSize*: uint = 64 * 1024
|
||||||
|
|
||||||
type
|
type
|
||||||
Connection* = ref object of LPStream
|
Connection* = ref object of LPStream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user