Reexport osdefs where Sockaddr_storage was re-declared. (#385)

This commit is contained in:
Eugene Kabanov 2023-05-12 07:11:05 +03:00 committed by GitHub
parent ef94d75d61
commit 8563c93673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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