mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3474] [MERGED] yamux: change default MaxStreamWindowSize to 6MB #4758
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4758
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/3474
Author: @fatedier
Created: 6/2/2023
Status: ✅ Merged
Merged: 6/4/2023
Merged by: @fatedier
Base:
dev← Head:yamux📝 Commits (1)
f37825byamux: change default MaxStreamWindowSize to 6MB📊 Changes
4 files changed (+4 additions, -2 deletions)
View changed files
📝
client/proxy/xtcp.go(+1 -1)📝
client/service.go(+1 -0)📝
client/visitor/xtcp.go(+1 -1)📝
server/service.go(+1 -0)📄 Description
Summary
🤖 Generated by Copilot at
f37825bIncreased the
fmuxMaxStreamWindowSizeparameter from 2 MB to 6 MB in all files related to xtcp proxy mode. This improves the performance and stability of xtcp proxy mode by allowing more TCP streams to be multiplexed over a single connection.WHY
Fix #2987
Walkthrough
🤖 Generated by Copilot at
f37825bMaxStreamWindowSizeoffmuxconfiguration from 2 MB to 6 MB for xtcp proxy mode (link, link, link, link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.