[PR #1379] [MERGED] Improvements on Noise implementation #2073

Closed
opened 2025-12-29 03:19:39 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1379
Author: @juanfont
Created: 4/25/2023
Status: Merged
Merged: 5/2/2023
Merged by: @kradalby

Base: mainHead: early-noise


📝 Commits (3)

  • 22d775e Rename ts2021 app into noiseServer for consistency with Tailscale
  • c643b33 Improvements on ts2021 implementation, so the connection is reused.
  • 59d2777 Added changelog entry

📊 Changes

4 files changed (+120 additions, -19 deletions)

View changed files

📝 CHANGELOG.md (+2 -1)
📝 noise.go (+99 -13)
📝 protocol_noise.go (+9 -2)
📝 protocol_noise_poll.go (+10 -3)

📄 Description

This PR improves some stuff around our Noise implementation, while adding support for future protocol improvements.


🔄 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/juanfont/headscale/pull/1379 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 4/25/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `early-noise` --- ### 📝 Commits (3) - [`22d775e`](https://github.com/juanfont/headscale/commit/22d775ea3965ba8067bb2dbdd595a9ca6de8a0b5) Rename ts2021 app into noiseServer for consistency with Tailscale - [`c643b33`](https://github.com/juanfont/headscale/commit/c643b337c2f6462528c43f9a257767f77645acfa) Improvements on ts2021 implementation, so the connection is reused. - [`59d2777`](https://github.com/juanfont/headscale/commit/59d2777248a81dd476c990b52c2d3192043c7c0b) Added changelog entry ### 📊 Changes **4 files changed** (+120 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -1) 📝 `noise.go` (+99 -13) 📝 `protocol_noise.go` (+9 -2) 📝 `protocol_noise_poll.go` (+10 -3) </details> ### 📄 Description This PR improves some stuff around our Noise implementation, while adding support for future protocol improvements. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:19:39 +01:00
adam closed this issue 2025-12-29 03:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2073