[PR #2074] [MERGED] Remove unused variables from peer conn #18617

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2074
Author: @pappz
Created: 5/29/2024
Status: Merged
Merged: 6/4/2024
Merged by: @mlsmaycon

Base: mainHead: fix/code-cleaning-in-peerconn


📝 Commits (5)

  • 2263bfd Remove unused variables from peer conn
  • aa8a57b Remove unused features from signal negotiation
  • 4522cb7 Remove unused tests
  • a6ef0fc Handle conn.sentExtraSrflx variable in thread safe way (#2076)
  • 8c9db4f Merge branch 'main' into fix/code-cleaning-in-peerconn

📊 Changes

4 files changed (+48 additions, -119 deletions)

View changed files

📝 client/internal/engine.go (+0 -5)
📝 client/internal/peer/conn.go (+48 -61)
📝 signal/client/client.go (+0 -17)
📝 signal/client/client_test.go (+0 -36)

📄 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/2074 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/29/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/code-cleaning-in-peerconn` --- ### 📝 Commits (5) - [`2263bfd`](https://github.com/netbirdio/netbird/commit/2263bfdee7249b99632ae9d7c51f8386d2e6348a) Remove unused variables from peer conn - [`aa8a57b`](https://github.com/netbirdio/netbird/commit/aa8a57b47f1d468fbdc4cb2516c7213a4ffef611) Remove unused features from signal negotiation - [`4522cb7`](https://github.com/netbirdio/netbird/commit/4522cb762632f630f280f29456af05bd936e2b6c) Remove unused tests - [`a6ef0fc`](https://github.com/netbirdio/netbird/commit/a6ef0fcf78b98baeec08b7dcd8f57e4057f0eb49) Handle conn.sentExtraSrflx variable in thread safe way (#2076) - [`8c9db4f`](https://github.com/netbirdio/netbird/commit/8c9db4feff5720a3b6a404b2e8fcac6f12e5e806) Merge branch 'main' into fix/code-cleaning-in-peerconn ### 📊 Changes **4 files changed** (+48 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+0 -5) 📝 `client/internal/peer/conn.go` (+48 -61) 📝 `signal/client/client.go` (+0 -17) 📝 `signal/client/client_test.go` (+0 -36) </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 - [ ] 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 04:08:43 -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#18617