cloudflare/cloudflared

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
19106cd60933deb609ebddd3a11f37eac70e8a62

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
6PROXY_DNS_PORT = 9053
7
8
9def protocols():
10 return ["h2mux", "http2", "quic"]
11