macOS's AWDL interface (awdl0, used by AirDrop/AirPlay/Handoff) periodically
pulls the WiFi radio off-channel. In my personal case, this causes ~12% time-based UDP downlink
loss and latency spikes, regardless of bitrate or signal quality — seen as
~15% "network" frame drops in Moonlight. TCP mostly masks it, which makes it
hard to diagnose.
Fix: disable the features that wake AWDL, and down awdl0 at boot via a
one-shot LaunchDaemon (no resident process; it watches the first 3 minutes
after boot, then exits).
./install.sh
Prompts for sudo where needed.
sudo launchctl unload /Library/LaunchDaemons/com.zdware.awdl-down.plist
sudo rm /Library/LaunchDaemons/com.zdware.awdl-down.plist /usr/local/bin/awdl-down.sh
Re-enable AirDrop/AirPlay/Handoff in System Settings > General > AirDrop & Handoff.
AirDrop, AirPlay, Sidecar, Universal Control, and Handoff will not work while
awdl0 is down. If macOS revives the interface mid-session (rare with the
triggers disabled), run sudo ifconfig awdl0 down.