cloudflare/cloudflared

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2022.4.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

component-tests/constants.py

9lines · modeblame

f23e33c0cthuang5 years ago1METRICS_PORT = 51000
9df60276cthuang5 years ago2MAX_RETRIES = 5
3BACKOFF_SECS = 7
1e8dea91Nuno Diegues5 years ago4
5PROXY_DNS_PORT = 9053
a6faa0c3Nuno Diegues4 years ago6
7
8def protocols():
9return ["h2mux", "http2", "quic"]