cloudflare/cloudflared

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7a1979868211d892c8bf16e7234ec7dad3f91c9d

Branches

Tags

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

Clone

HTTPS

Download ZIP

component-tests/constants.py

9lines · modecode

1METRICS_PORT = 51000
2MAX_RETRIES = 5
3BACKOFF_SECS = 7
4
5PROXY_DNS_PORT = 9053
6
7
8def protocols():
9 return ["h2mux", "http2", "quic"]
10