Called when a hole punch attempt is made
@override void holePunchAttempt(PeerId peerId) { if (!_enabled) return; _log.fine('Attempting hole punch with $peerId'); }