Skip to content

Commit

Permalink
set default dscp value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Jun 4, 2016
1 parent 873ae40 commit 4c3c41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func main() {
},
cli.IntFlag{
Name: "dscp",
Value: 46,
Value: 0,
Usage: "set DSCP(6bit)",
},
cli.IntFlag{
Expand Down

0 comments on commit 4c3c41f

Please sign in to comment.