[PR #827] [MERGED] Enable roaming for mobile #13048

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/827
Author: @braginini
Created: 4/28/2023
Status: Merged
Merged: 4/28/2023
Merged by: @braginini

Base: mainHead: chore/enable_android_roaming


📝 Commits (5)

  • a6f54ee Enable roaming for mobile
  • 9763138 Configure ICE keep alive and disconnect timeout via env
  • 4b477b7 Handle env parsing error
  • 0bb5c0e Add comment explaining enabling the roaming mode
  • ea5ea0d Fix log output when reading ice env

📊 Changes

2 files changed (+56 additions, -11 deletions)

View changed files

📝 client/internal/peer/conn.go (+53 -10)
📝 iface/tun_android.go (+3 -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/827 **Author:** [@braginini](https://github.com/braginini) **Created:** 4/28/2023 **Status:** ✅ Merged **Merged:** 4/28/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `chore/enable_android_roaming` --- ### 📝 Commits (5) - [`a6f54ee`](https://github.com/netbirdio/netbird/commit/a6f54ee39cf920b5d9cb1ebb86a364f7346872ef) Enable roaming for mobile - [`9763138`](https://github.com/netbirdio/netbird/commit/97631388b79872501cd8a7e5d280b711f130a014) Configure ICE keep alive and disconnect timeout via env - [`4b477b7`](https://github.com/netbirdio/netbird/commit/4b477b74623db011556d2d8d1f7bfbc2a35f36af) Handle env parsing error - [`0bb5c0e`](https://github.com/netbirdio/netbird/commit/0bb5c0eacca2729fc4dbf40acbccabc8010682d6) Add comment explaining enabling the roaming mode - [`ea5ea0d`](https://github.com/netbirdio/netbird/commit/ea5ea0d899adf2d754f542b2169510767bd145a8) Fix log output when reading ice env ### 📊 Changes **2 files changed** (+56 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/peer/conn.go` (+53 -10) 📝 `iface/tun_android.go` (+3 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] 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 --- <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:07:20 -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#13048