From 39a266cfd53119eaf0609c05906b4ba84c7fa9d7 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 25 Aug 2026 06:44:26 +0800 Subject: [PATCH] bump hbb_common: keep ICE candidates out of the trickle offer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The offer the punch request carries grew with ICE gathering, so the rendezvous server's `PunchHole` datagram to a UDP-registered peer fragmented and was dropped silently. The trickle endpoint is now taken once at construction and carries no candidates — a fixed 673 bytes. Both sides need this: the answer travels the same encoding path, and on the UDP-punch route it rides a datagram of its own. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_019UzcMTdYTEv2QbMHcTSUy3 --- libs/hbb_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hbb_common b/libs/hbb_common index db7723efa..3e7968763 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit db7723efa1021fcba6fb78e23799242d5dd1f804 +Subproject commit 3e7968763a6085dffa1dfba1593f15b9d3cf4315