mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-22 16:46:35 +00: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)
|
|
)
|