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 }}
xroche
/
httrack
Public
Notifications
You must be signed in to change notification settings
Fork
783
Star
4.8k
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support Multipath TCP on Linux and macOS
- #1759
#1759
Merged
xroche
merged 9 commits into
master
xroche/httrack:master
from
mptcp-ready
xroche/httrack:mptcp-ready
Copy head branch name to clipboard
Sep 23, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Support Multipath TCP on Linux and macOS
#1759
xroche
merged 9 commits into
master
xroche/httrack:master
from
mptcp-ready
xroche/httrack:mptcp-ready
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2026
Every connection opens a plain TCP socket, so Multipath TCP can never be used
Show description for c367c9e
xroche
and
claude
committed
c367c9e
View commit details
Copy full SHA for c367c9e
Browse repository at this point
Answer the review: gate the default on a value, and cover what no test could see
Show description for 6ad4e18
xroche
and
claude
committed
6ad4e18
View commit details
Copy full SHA for 6ad4e18
Browse repository at this point
The TLS leg of the mptcp test fails a build compiled without OpenSSL
Show description for f17569d
xroche
and
claude
committed
f17569d
View commit details
Copy full SHA for f17569d
Browse repository at this point
Publish the Multipath TCP counts through hts_get_stats
Show description for 60fd2e6
xroche
and
claude
committed
60fd2e6
View commit details
Copy full SHA for 60fd2e6
Browse repository at this point
Reach Multipath TCP on macOS through connectx()
Show description for 0bf7316
xroche
and
claude
committed
0bf7316
View commit details
Copy full SHA for 0bf7316
Browse repository at this point
A bound socket cannot be a multipath one on macOS, so --mptcp with -%b broke every connect
Show description for 45bd0b1
xroche
and
claude
committed
45bd0b1
View commit details
Copy full SHA for 45bd0b1
Browse repository at this point
The macOS arm compiled out, so its green CI leg tested nothing
Show description for 44699c3
xroche
and
claude
committed
44699c3
View commit details
Copy full SHA for 44699c3
Browse repository at this point
SO_PROTOCOL and the /proc readers are Linux names, and the macOS arm reached them
Show description for df329a9
xroche
and
claude
committed
df329a9
View commit details
Copy full SHA for df329a9
Browse repository at this point
The mptcp self-test asserted that the kernel negotiates, which an emulated one does not
Show description for 685b6d7
xroche
and
claude
committed
685b6d7
View commit details
Copy full SHA for 685b6d7
Browse repository at this point
You can’t perform that action at this time.