Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TotalGriffLock
/
udmp-jumbo-frames-ppp
Public
forked from
kalenarndt/udmp-jumbo-frames
Notifications
You must be signed in to change notification settings
Fork
2
Star
9
Code
Issues
3
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Direct set TCPMSS in ip tables
- #6
#6
Open
matuszeg
wants to merge 15 commits into
TotalGriffLock:main
TotalGriffLock/udmp-jumbo-frames-ppp:main
from
matuszeg:MSS_ip_tables
matuszeg/udmp-jumbo-frames-ppp:MSS_ip_tables
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Direct set TCPMSS in ip tables
#6
matuszeg
wants to merge 15 commits into
TotalGriffLock:main
TotalGriffLock/udmp-jumbo-frames-ppp:main
from
matuszeg:MSS_ip_tables
matuszeg/udmp-jumbo-frames-ppp:MSS_ip_tables
Copy head branch name to clipboard
Commits
Commits on Mar 5, 2023
Add option to set the MSS value through iptables
matuszeg
authored
5969fb1
View commit details
Copy full SHA for 5969fb1
Browse repository at this point
Add debug version of MSS iptables modification
matuszeg
authored
e7722b1
View commit details
Copy full SHA for e7722b1
Browse repository at this point
make scripts executable
matuszeg
committed
59d81c1
View commit details
Copy full SHA for 59d81c1
Browse repository at this point
Reverse the check for MTU in /etc/ppp/peers/* because it appears to be wrong
matuszeg
authored
dbc2074
View commit details
Copy full SHA for dbc2074
Browse repository at this point
change code that updates /etc/ppp/peers/* to match any pre-existing mtu or mru values
matuszeg
authored
d7635cc
View commit details
Copy full SHA for d7635cc
Browse repository at this point
update to use the variable value correctly, it needs quotes
matuszeg
committed
f0cd906
View commit details
Copy full SHA for f0cd906
Browse repository at this point
check to see if we have target mtu for /etc/ppp/peers/* rather than checking for an older value
matuszeg
committed
af989be
View commit details
Copy full SHA for af989be
Browse repository at this point
check for eth interface having correct value rather than not having incorrect value
matuszeg
authored
67b0408
View commit details
Copy full SHA for 67b0408
Browse repository at this point
add message for already having the correct mss value
matuszeg
authored
2a7b9b1
View commit details
Copy full SHA for 2a7b9b1
Browse repository at this point
when verifying the running mtu, check against the correct value rather than not having the incorrect value
matuszeg
authored
b76d112
View commit details
Copy full SHA for b76d112
Browse repository at this point
delay the config change restart of pppd until after the eth interface has been changed. otherwise it will not restart correctly
matuszeg
authored
6a02ce1
View commit details
Copy full SHA for 6a02ce1
Browse repository at this point
Match changes made in the debug file
matuszeg
authored
00130e8
View commit details
Copy full SHA for 00130e8
Browse repository at this point
return default to 1500
matuszeg
authored
d38ce68
View commit details
Copy full SHA for d38ce68
Browse repository at this point
isolate the SET_MSS changes
matuszeg
authored
780e3e6
View commit details
Copy full SHA for 780e3e6
Browse repository at this point
isolate set_mss changes
matuszeg
authored
ddfcb3f
View commit details
Copy full SHA for ddfcb3f
Browse repository at this point
You can’t perform that action at this time.