[PR #394] [MERGED] Fix TURN credentials renewal #12568

Closed
opened 2026-08-05 02:06:11 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/394
Author: @braginini
Created: 7/21/2022
Status: Merged
Merged: 7/21/2022
Merged by: @mlsmaycon

Base: mainHead: fix-turn-renewal


📝 Commits (2)

  • 1a2979e Fix TURN credentials renewal
  • ab5c2b1 Fix TURN credentials renewal

📊 Changes

3 files changed (+15 additions, -3 deletions)

View changed files

📝 client/internal/engine.go (+8 -1)
📝 client/internal/peer/conn.go (+6 -1)
📝 signal/client/grpc.go (+1 -1)

📄 Description

Whenever a peer connection is restarted a new TURN
and STUN configs won't be applied.
This leads to connection drops and agents won't
reestablish a connection if TURN was the only
way. The PR fixes this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/394 **Author:** [@braginini](https://github.com/braginini) **Created:** 7/21/2022 **Status:** ✅ Merged **Merged:** 7/21/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-turn-renewal` --- ### 📝 Commits (2) - [`1a2979e`](https://github.com/netbirdio/netbird/commit/1a2979e62d5af2e3b0d0841e4d09fda9c8e8b2be) Fix TURN credentials renewal - [`ab5c2b1`](https://github.com/netbirdio/netbird/commit/ab5c2b19987502ff91c11c6d114134ef384f1135) Fix TURN credentials renewal ### 📊 Changes **3 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+8 -1) 📝 `client/internal/peer/conn.go` (+6 -1) 📝 `signal/client/grpc.go` (+1 -1) </details> ### 📄 Description Whenever a peer connection is restarted a new TURN and STUN configs won't be applied. This leads to connection drops and agents won't reestablish a connection if TURN was the only way. The PR fixes this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:06:11 -04:00
saavagebueno changed title from [PR #394] Fix TURN credentials renewal to [PR #394] [MERGED] Fix TURN credentials renewal 2026-08-05 02:08:34 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12568