Functions multicast_all_v4 and set_multicast_all_v4 are missing from the Socket documentation: https://docs.rs/socket2/0.5.8/socket2/struct.Socket.html
Those functions are documented in the source code for version 0.5.8 (commit 60d118f) but that documentation is missing from the docs.rs site.
I don't know why the documentation is missing. For comparison, the documentation for set_reuse_port is on the site.
Functions
multicast_all_v4andset_multicast_all_v4are missing from theSocketdocumentation: https://docs.rs/socket2/0.5.8/socket2/struct.Socket.htmlThose functions are documented in the source code for version 0.5.8 (commit 60d118f) but that documentation is missing from the
docs.rssite.I don't know why the documentation is missing. For comparison, the documentation for
set_reuse_portis on the site.