[PR #4442] [CLOSED] [client] Fix/missed offers and debug #25517

Open
opened 2026-08-05 07:06:06 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4442
Author: @pappz
Created: 9/4/2025
Status: Closed

Base: mainHead: fix/missed-offers-and-debug


📝 Commits (5)

  • 7d3c972 Do not block Offer processing from relay worker
  • 1d83fcc Improve logging for management service connection and system info gathering
  • fd13247 Explicit print out the first success handshake time
  • f86a7f7 Fix logging library
  • 7775fc5 Merge branch 'debug-slow-conn' into fix/missed-offers-and-debug

📊 Changes

8 files changed (+126 additions, -15 deletions)

View changed files

📝 client/iface/configurer/usp.go (+7 -0)
📝 client/internal/engine.go (+1 -2)
📝 client/internal/peer/handshaker.go (+5 -11)
client/internal/peer/handshaker_listener.go (+62 -0)
client/internal/peer/handshaker_listener_test.go (+39 -0)
📝 client/internal/peer/wg_watcher.go (+4 -0)
📝 client/internal/peer/worker_ice.go (+4 -2)
📝 client/system/info.go (+4 -0)

📄 Description

Describe your changes

Stack

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__


🔄 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/4442 **Author:** [@pappz](https://github.com/pappz) **Created:** 9/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/missed-offers-and-debug` --- ### 📝 Commits (5) - [`7d3c972`](https://github.com/netbirdio/netbird/commit/7d3c97265349755ee8f1d1c09ee3cc6060ae7327) Do not block Offer processing from relay worker - [`1d83fcc`](https://github.com/netbirdio/netbird/commit/1d83fccd9c004c52abdd911bb53bb886c87ae1af) Improve logging for management service connection and system info gathering - [`fd13247`](https://github.com/netbirdio/netbird/commit/fd13247d66b917f9ab5c339a13769599065e9806) Explicit print out the first success handshake time - [`f86a7f7`](https://github.com/netbirdio/netbird/commit/f86a7f745e9c7446a7860607fc79bb874f6b4ee3) Fix logging library - [`7775fc5`](https://github.com/netbirdio/netbird/commit/7775fc5740c14fcda9866d36f6695fd2ad2a88c8) Merge branch 'debug-slow-conn' into fix/missed-offers-and-debug ### 📊 Changes **8 files changed** (+126 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `client/iface/configurer/usp.go` (+7 -0) 📝 `client/internal/engine.go` (+1 -2) 📝 `client/internal/peer/handshaker.go` (+5 -11) ➕ `client/internal/peer/handshaker_listener.go` (+62 -0) ➕ `client/internal/peer/handshaker_listener_test.go` (+39 -0) 📝 `client/internal/peer/wg_watcher.go` (+4 -0) 📝 `client/internal/peer/worker_ice.go` (+4 -2) 📝 `client/system/info.go` (+4 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [ ] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ --- <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 07:06:06 -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#25517