mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4379] frp存乱序包的情况,从而导致网络拥堵 #3458
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#3458
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?
Originally created by @qq761861 on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4379
Bug Description
frp存在大量乱序包,从而导致网络拥堵
frpc Version
0.59.0
frps Version
0.59.0
System Architecture
server:linux/amd64, client:windows/amd64
Configurations
auth.token = "**************"
log.to = "/var/log/frps.log"
log.level = "debug"
log.maxDays = 15
transport.maxPoolCount = 100
transport.tcpKeepalive = 720
Logs
2024-08-13 21:51:22.301 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:6606])
2024-08-13 21:51:22.301 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:6616])
2024-08-13 21:51:22.590 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:6640])
2024-08-13 22:07:00.121 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:64316])
2024-08-13 22:07:00.385 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:64324])
2024-08-13 22:08:00.058 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:55456])
2024-08-13 22:08:00.425 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:55472])
2024-08-13 22:08:03.813 [D] [proxy/proxy.go:261] [0856e94c2e2sdfsdd] [mind] join connections, workConn(l[172.17.2.200:7098] r[119.1.2.3:47956]) userConn(l[127.0.0.1:9091] r[127.0.0.1:55480])
2024-08-13 22:21:49.335 [W] [proxy/proxy.go:201] [0856e94c2e2sdfsdd] [mind] listener is closed: accept tcp [::]:9091: use of closed network connection
2024-08-13 22:21:49.712 [I] [proxy/tcp.go:82] [0856e94c2e2sdfsdd] [mind] tcp proxy listen port [9091]
2024-08-13 22:25:59.741 [W] [proxy/proxy.go:201] [0856e94c2e2sdfsdd] [mind] listener is closed: accept tcp [::]:9091: use of closed network connection
2024-08-13 22:25:59.975 [I] [proxy/tcp.go:82] [0856e94c2e2sdfsdd] [mind] tcp proxy listen port [9091]
Steps to reproduce
...
Affected area