riccardom
610f87c4cb
Communicate the port over the signal exchange
2026-08-04 19:17:44 +02:00
riccardom
09315d754a
Protocol update
2026-08-04 19:17:44 +02:00
Viktor Liu
5bd7c6c7ea
[client] Detect and recover from a stalled signal receive stream ( #6459 )
2026-06-17 18:48:09 +02:00
Viktor Liu
50b58a6828
[client, relay] Advertise relay server IP via signal for foreign-relay fallback dial ( #6004 )
2026-05-04 11:40:25 +02:00
Zoltan Papp
12cad854b2
[client] Fix/ice handshake ( #4281 )
...
In this PR, speed up the GRPC message processing, force the recreation of the ICE agent when getting a new, remote offer (do not wait for local STUN timeout).
2025-08-18 20:09:50 +02:00
Viktor Liu
1d5e871bdf
[misc] Move shared components to shared directory ( #4286 )
...
Moved the following directories:
```
- management/client → shared/management/client
- management/domain → shared/management/domain
- management/proto → shared/management/proto
- signal/client → shared/signal/client
- signal/proto → shared/signal/proto
- relay/client → shared/relay/client
- relay/auth → shared/relay/auth
```
and adjusted import paths
2025-08-05 15:22:58 +02:00