Skip to content

Conversation

ftljk
Copy link

@ftljk ftljk commented Sep 15, 2025

Description

Added tcp and quic service ports for piece download

Related Issue

dragonflyoss/design#8

Motivation and Context

@ftljk ftljk force-pushed the feature/add-port branch 2 times, most recently from 2c7a0df to 1c7c280 Compare September 15, 2025 04:55
// Port of proxy server.
int32 proxy_port = 19;
// Port of tcp service.
int32 tcp_port = 20 [(validate.rules).int32 = {gte: 1024, lt: 65535}];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

download_tcp_port

// Port of tcp service.
int32 tcp_port = 20 [(validate.rules).int32 = {gte: 1024, lt: 65535}];
// Port of quic service.
int32 quic_port = 21 [(validate.rules).int32 = {gte: 1024, lt: 65535}];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

download_quic_port

Signed-off-by: ftljk <2510317228@qq.com>
Signed-off-by: ftljk <2510317228@qq.com>
Signed-off-by: ftljk <2510317228@qq.com>
Signed-off-by: ftljk <2510317228@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants