mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 23:21:06 +03:00
udp punch and ipv6 punch
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user