mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 00:50:24 +08:00
## Summary To prevent bad eyeballs and severs to be able to exhaust the quic control flows we are adding the possibility of having a timeout for a write operation to be acknowledged. This will prevent hanging connections from exhausting the quic control flows, creating a DDoS.
8 lines
109 B
Go
8 lines
109 B
Go
package ingress
|
|
|
|
import "github.com/cloudflare/cloudflared/logger"
|
|
|
|
var (
|
|
TestLogger = logger.Create(nil)
|
|
)
|