mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1583] 大致谈谈关于I/o deadline 的一些想法 #1256
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#1256
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 @mtelvin on GitHub (Dec 28, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1583
我之前在服务器上的基本架构是bbr-ss-iptables-denyhosts-ddos defense,基本就是这样的配置,最后添加的frp ,一开始按照网上的教程,将服务端的配置中的max poolcount 条目配置了5000的值,但是发现服务启动没多久后,就出问题,不是客户端频繁断开,再不就是服务端自己挂了,必须要重启服务才能重新连接,后来突然想起来我的ddos defense 设置了超过150连接数的连接就自动kill,于是将其更改至150以下,目前服务运行良好,稳定,所以大家都排查一下自己的服务端配置吧。
@mtelvin commented on GitHub (Dec 30, 2019):
经证实确定是由于连接数开启过高引起的ddos defense自动查杀,有同样不稳定的都排查一下吧。