cloudflare/cloudflared

Public

mirrored fromhttps://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2026.5.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

component-tests/constants.py

10lines · modecode

1METRICS_PORT = 51000
2MAX_RETRIES = 5
3BACKOFF_SECS = 7
4MAX_LOG_LINES = 50
5
6MANAGEMENT_HOST_NAME = "management.argotunnel.com"
7
8
9def protocols():
10 return ["http2", "quic"]
11