[PR #203] [CLOSED] add ICE agent interface #2607

Closed
opened 2025-11-20 07:11:53 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/203
Author: @braginini
Created: 1/24/2022
Status: Closed

Base: mainHead: ice-agent-interface


📝 Commits (8)

  • 051aeb6 test: add more conn tests
  • 9951f75 chore: add agent interface to test conn
  • f9202ad test: add sendAnswer conn test
  • acfc879 test: add sendAnswer conn test
  • c44ea98 test: add more cases for signalOffer
  • b6235f0 test: add onICECandidate test
  • 1b1fd43 chore: add agent provider
  • eb60dbb chore: add proxy provider interface

📊 Changes

4 files changed (+467 additions, -53 deletions)

View changed files

client/internal/peer/agent.go (+150 -0)
📝 client/internal/peer/conn.go (+12 -36)
📝 client/internal/peer/conn_test.go (+268 -17)
📝 client/internal/proxy/proxy.go (+37 -0)

📄 Description

No description provided


🔄 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/203 **Author:** [@braginini](https://github.com/braginini) **Created:** 1/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ice-agent-interface` --- ### 📝 Commits (8) - [`051aeb6`](https://github.com/netbirdio/netbird/commit/051aeb61803c30aa66543418d6824e6b909c49c6) test: add more conn tests - [`9951f75`](https://github.com/netbirdio/netbird/commit/9951f75e0731f09a835a2d9d8ffd47163b239ba7) chore: add agent interface to test conn - [`f9202ad`](https://github.com/netbirdio/netbird/commit/f9202add575c42d33c49e0403a00de37396eae48) test: add sendAnswer conn test - [`acfc879`](https://github.com/netbirdio/netbird/commit/acfc8791352b7f16f000259f973f2fa116f6e1a8) test: add sendAnswer conn test - [`c44ea98`](https://github.com/netbirdio/netbird/commit/c44ea989474fa69d8f9113defd11db5c1fc85f56) test: add more cases for signalOffer - [`b6235f0`](https://github.com/netbirdio/netbird/commit/b6235f0e4e5dd0afc4fd6ea6a1ca283a60c9eec5) test: add onICECandidate test - [`1b1fd43`](https://github.com/netbirdio/netbird/commit/1b1fd435bd62159a236bbe36af81e0a75cdc0f97) chore: add agent provider - [`eb60dbb`](https://github.com/netbirdio/netbird/commit/eb60dbb734ec55303513f39af8a286f03a5cfa3c) chore: add proxy provider interface ### 📊 Changes **4 files changed** (+467 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `client/internal/peer/agent.go` (+150 -0) 📝 `client/internal/peer/conn.go` (+12 -36) 📝 `client/internal/peer/conn_test.go` (+268 -17) 📝 `client/internal/proxy/proxy.go` (+37 -0) </details> ### 📄 Description _No description provided_ --- <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 2025-11-20 07:11:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2607