[PR #5] [MERGED] MSS Clamping & Retry Remote Config #11

Closed
opened 2025-11-19 07:03:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/gerbil/pull/5
Author: @oschwartz10612
Created: 1/19/2025
Status: Merged
Merged: 1/19/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (3)

📊 Changes

4 files changed (+112 additions, -5 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 Dockerfile (+2 -0)
📝 Makefile (+4 -0)
📝 main.go (+103 -4)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  • Add MSS clamping to try to keep the MSS under the MTU
  • Retry remote config http gets on failure until it works

🔄 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/fosrl/gerbil/pull/5 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 1/19/2025 **Status:** ✅ Merged **Merged:** 1/19/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`5d4faaf`](https://github.com/fosrl/gerbil/commit/5d4faaff65722ab4dad47a151c52f062a82b6e5e) Standarize release build makefile - [`24e993e`](https://github.com/fosrl/gerbil/commit/24e993ee41598b7800aa58ae646adf44c1de7855) Add mss clamping - [`bab8630`](https://github.com/fosrl/gerbil/commit/bab8630756f5b243feec8a9e8952086498808a11) Add retry to config request ### 📊 Changes **4 files changed** (+112 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `Dockerfile` (+2 -0) 📝 `Makefile` (+4 -0) 📝 `main.go` (+103 -4) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description - Add MSS clamping to try to keep the MSS under the MTU - Retry remote config http gets on failure until it works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:03:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gerbil#11