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

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@@ -40,6 +40,12 @@ type Host struct {
// Port is grpc service port.
Port int32

// Port is tcp service port.
TcpPort int32
Copy link
Member

Choose a reason for hiding this comment

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

TCPPort

TcpPort int32

// Port is quic service port.
QuicPort int32
Copy link
Member

Choose a reason for hiding this comment

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

QUICPort

@ftljk ftljk force-pushed the feature/add-port branch 4 times, most recently from 529a5e1 to da50c3b Compare September 15, 2025 05:05
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>
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.

4 participants