[GH-ISSUE #4379] frp存乱序包的情况,从而导致网络拥堵 #3458

Closed
opened 2026-05-05 14:13:32 -06:00 by gitea-mirror · 0 comments
Owner

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

1723555323598

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ![1723555323598](https://github.com/user-attachments/assets/472ed51f-5730-4662-b8ca-e75797fa1293) ... ### Affected area - [ ] Docs - [ ] Installation - [X] Performance and Scalability - [ ] Security - [X] User Experience - [X] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3458
No description provided.