[PR #1776] [MERGED] Eval/higher timeouts #15821

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1776
Author: @braginini
Created: 3/31/2024
Status: Merged
Merged: 3/31/2024
Merged by: @braginini

Base: mainHead: eval/higher-timeouts


📝 Commits (5)

  • 5d7705a Add configurable relay acceptance min wait and adjust default disconnect timeout
  • 0fc8075 Remove context niling
  • ffffae1 set relay acceptance min wait default to 10s
  • 1953983 Merge branch 'main' into eval/higher-timeouts
  • 96ad680 Set ICE relay acceptance to the default

📊 Changes

2 files changed (+38 additions, -17 deletions)

View changed files

📝 client/internal/peer/conn.go (+16 -12)
📝 client/internal/peer/env_config.go (+22 -5)

📄 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/1776 **Author:** [@braginini](https://github.com/braginini) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 3/31/2024 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `eval/higher-timeouts` --- ### 📝 Commits (5) - [`5d7705a`](https://github.com/netbirdio/netbird/commit/5d7705aa7ca23533b9054abe3de1b91dcda9ef44) Add configurable relay acceptance min wait and adjust default disconnect timeout - [`0fc8075`](https://github.com/netbirdio/netbird/commit/0fc8075ed4bbb5de79a4127f5c7900999fac8a7d) Remove context niling - [`ffffae1`](https://github.com/netbirdio/netbird/commit/ffffae105f0b3385f53448503183509c1dc7aed1) set relay acceptance min wait default to 10s - [`1953983`](https://github.com/netbirdio/netbird/commit/1953983a893ba63827abf1cd2cdf79cf0d9ed47c) Merge branch 'main' into eval/higher-timeouts - [`96ad680`](https://github.com/netbirdio/netbird/commit/96ad680211fad85429da24cc98a3f96f487c7cc4) Set ICE relay acceptance to the default ### 📊 Changes **2 files changed** (+38 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/peer/conn.go` (+16 -12) 📝 `client/internal/peer/env_config.go` (+22 -5) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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 03:08:28 -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#15821