export read size const

This commit is contained in:
Dmitriy Ryajov 2019-09-03 14:39:42 -06:00
parent cae4910427
commit 9bc7043f48
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import peerinfo, multiaddress,
stream/lpstream, peerinfo,
varint, vbuffer
const DefaultReadSize: uint = 64 * 1024
const DefaultReadSize*: uint = 64 * 1024
type
Connection* = ref object of LPStream