cloudflare/cloudflared

Public

mirrored from https://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2025.11.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

component-tests/constants.py

11lines · modecode

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