mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-02-20 13:33:07 +00:00
Reexport osdefs where Sockaddr_storage was re-declared. (#385)
This commit is contained in:
parent
ef94d75d61
commit
8563c93673
@ -21,8 +21,7 @@ from std/net import Domain, `==`, IpAddress, IpAddressFamily, parseIpAddress,
|
||||
from std/nativesockets import toInt, `$`
|
||||
|
||||
export Domain, `==`, IpAddress, IpAddressFamily, parseIpAddress, SockType,
|
||||
Protocol, Port, toInt, `$`
|
||||
|
||||
Protocol, Port, toInt, `$`, osdefs
|
||||
|
||||
const
|
||||
DefaultStreamBufferSize* = 4096 ## Default buffer size for stream
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user