We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a17e9 commit 973a681Copy full SHA for 973a681
scheduler/resource/persistentcache/host.go
@@ -41,10 +41,10 @@ type Host struct {
41
Port int32
42
43
// Port is tcp service port.
44
- TcpPort int32
+ TCPPort int32
45
46
// Port is quic service port.
47
- QuicPort int32
+ QUICPort int32
48
49
// DownloadPort is piece downloading port.
50
DownloadPort int32
scheduler/resource/standard/host.go
@@ -154,10 +154,10 @@ type Host struct {
154
155
156
157
158
159
160
161
162
163
0 commit comments