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…
Reference in New Issue