hide acknodelay parameters

This commit is contained in:
xtaci
2016-07-16 22:57:03 +08:00
parent c35ef339af
commit 2b83dbda07
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -153,8 +153,9 @@ func main() {
Usage: "set reed-solomon erasure coding - parityshard",
},
cli.BoolFlag{
Name: "acknodelay",
Usage: "flush ack immediately when a packet is received",
Name: "acknodelay",
Usage: "flush ack immediately when a packet is received",
Hidden: true,
},
cli.IntFlag{
Name: "dscp",
+3 -2
View File
@@ -176,8 +176,9 @@ func main() {
Usage: "set reed-solomon erasure coding - parityshard",
},
cli.BoolFlag{
Name: "acknodelay",
Usage: "flush ack immediately when a packet is received",
Name: "acknodelay",
Usage: "flush ack immediately when a packet is received",
Hidden: true,
},
cli.IntFlag{
Name: "dscp",