[Bug 291145] UDP connected sockets cannot be disconnected

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291145

--- Comment #1 from John Studnicka <[email protected]> ---
I tried this with the Rust socket2 crate for the following scenarios and
neither of the sockets were able to reach a "disconnected" or unfiltered state
after the initial connect to a client IP:

socket2::Socket::new(Domain::IPV4, Type::DGRAM, Some(Protocol::UDP))

connect to AF_UNSPEC -> EAFNOSUPPORT
connect to NULL -> EINVAL

socket2::Socket::new(Domain::IPV6, Type::RAW, Some(Protocol::ICMPV6))

connect to AF_UNSPEC -> EINVAL
connect to NULL -> EINVAL

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.