File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ type Host struct {
95
95
// Host log.
96
96
Log * logger.SugaredLoggerOnWith
97
97
98
- // Port is tcp service port.
98
+ // Port is tcp download service port.
99
99
DownloadTCPPort int32
100
100
101
- // Port is quic service port.
101
+ // Port is quic download service port.
102
102
DownloadQUICPort int32
103
103
}
104
104
Original file line number Diff line number Diff line change @@ -229,10 +229,10 @@ type Host struct {
229
229
// Host log.
230
230
Log * logger.SugaredLoggerOnWith
231
231
232
- // Port is tcp service port.
232
+ // Port is tcp download service port.
233
233
DownloadTCPPort int32
234
234
235
- // Port is quic service port.
235
+ // Port is quic download service port.
236
236
DownloadQUICPort int32
237
237
}
238
238
You can’t perform that action at this time.
0 commit comments