Merge branch 'maint'

# Conflicts:
#	src/transport/udp/connected_peer.rs
#	src/transport/udp/sockopts_macos.rs
This commit is contained in:
Johnathan Corgan
2026-08-01 17:09:16 +00:00
+3 -2
View File
@@ -1,5 +1,6 @@
// Applied inside `io::open_connected_fd` (see `io.rs`), dormant until
// the connected-UDP fast path is wired into dispatch — hence the allow.
// Applied inside `io::open_connected_fd` (see `io.rs`). The full
// `NET_SERVICE_TYPE_*` table is kept for reference although only `OAM` is
// selected, so most of these constants are deliberately unreferenced.
#![allow(dead_code)]
//! Darwin UDP socket tuning.