We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The IPv6 address in
let s = UdpSocket::bind("1200::AB00:1234::2552:7777:1313:34300").unwrap();
is invalid because it includes "::" twice. However, this function call returns Ok()
Ok()