We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
address == ""
import net var socket = newSocket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP) # socket.bindAddr(Port(1900), "::") # this compiles socket.bindAddr(Port(1900)) bug.nim(4) bug net.nim(775) bindAddr oserr.nim(110) raiseOSError Error: unhandled exception: Invalid argument [OSError]
The text was updated successfully, but these errors were encountered:
Handle IPv6 in bindAddr nim-lang#7633
1c40b7a
Add test
32a4488
c58068e
7597850
Handle IPv6 in bindAddr #7633
28a83a8
No branches or pull requests
The text was updated successfully, but these errors were encountered: