Add quic-listen-port flag for customization of the port used by QUIC proxy (#1473)

This commit is contained in:
Luna Yao
2025-10-14 03:43:50 +02:00
committed by GitHub
parent 87b7b7ed7c
commit 5292b87275
7 changed files with 39 additions and 12 deletions
+2
View File
@@ -41,6 +41,8 @@ message FlagsInConfig {
bool enable_quic_proxy = 24;
// does this peer allow quic input
bool disable_quic_input = 25;
// quic listen port
uint32 quic_listen_port = 33;
// a global relay limit, only work for foreign network
uint64 foreign_relay_bps_limit = 26;