udp punch and ipv6 punch

This commit is contained in:
rustdesk
2025-06-12 21:32:28 +08:00
parent 05a812247a
commit 7792ac1481
12 changed files with 1151 additions and 178 deletions

View File

@@ -172,7 +172,7 @@ impl<T: InvokeUiSession> Remote<T> {
)
.await
{
Ok(((mut peer, direct, pk), (feedback, rendezvous_server))) => {
Ok(((mut peer, direct, pk, _kcp), (feedback, rendezvous_server))) => {
self.handler
.connection_round_state
.lock()