[PR #2472] [MERGED] [relay] Move ICE related configs to a new struct #15204

Closed
opened 2026-08-05 03:07:10 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2472
Author: @pappz
Created: 8/22/2024
Status: Merged
Merged: 8/29/2024
Merged by: @pappz

Base: fix/atomic-stunturn-addrHead: refactor/ice-cfg-to-struct


📝 Commits (4)

  • 91c71f9 Move ICE related configs to a new struct
  • 8206490 Merge branch 'fix/atomic-stunturn-addr' into refactor/ice-cfg-to-struct
  • 685a0ea Fix tests
  • c1f95b2 Fix Android build

📊 Changes

5 files changed (+49 additions, -41 deletions)

View changed files

📝 client/internal/engine.go (+15 -13)
📝 client/internal/peer/conn.go (+25 -21)
📝 client/internal/peer/conn_test.go (+7 -5)
📝 client/internal/peer/stdnet.go (+1 -1)
📝 client/internal/peer/stdnet_android.go (+1 -1)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/2472 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `fix/atomic-stunturn-addr` ← **Head:** `refactor/ice-cfg-to-struct` --- ### 📝 Commits (4) - [`91c71f9`](https://github.com/netbirdio/netbird/commit/91c71f920a982008057f494d0c801c180e55654f) Move ICE related configs to a new struct - [`8206490`](https://github.com/netbirdio/netbird/commit/8206490de9e385e249a82303ec1bd7e564f0411c) Merge branch 'fix/atomic-stunturn-addr' into refactor/ice-cfg-to-struct - [`685a0ea`](https://github.com/netbirdio/netbird/commit/685a0ea5b7f3506d96f737c862f58a16d4fb0740) Fix tests - [`c1f95b2`](https://github.com/netbirdio/netbird/commit/c1f95b28fd5a036141648d2b069d7883737007eb) Fix Android build ### 📊 Changes **5 files changed** (+49 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+15 -13) 📝 `client/internal/peer/conn.go` (+25 -21) 📝 `client/internal/peer/conn_test.go` (+7 -5) 📝 `client/internal/peer/stdnet.go` (+1 -1) 📝 `client/internal/peer/stdnet_android.go` (+1 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 03:07:10 -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#15204