Skip to content

Commit

Permalink
fix short opts -s (#285)
Browse files Browse the repository at this point in the history
* fix: collision short option '-s'

Short opt '-s' is used for both `--shortids` and `--size`

Now it is for `--size` only

* doc: update

* doc: update README for usages.

* chore: remove duplicate `conn_rate`

* chore: remove dup '--connrate'
  • Loading branch information
qzhuyan authored Feb 7, 2025
1 parent f14ca02 commit 0e9ee35
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 163 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 0.4.34

* new tls1.3 opt for Key exchange alg: `-keyex-algs`
* short opt `-s` is now for `--size` only, it was shared by `--shortids`
* update usages in README.md

## 0.4.33

Expand Down
Loading

0 comments on commit 0e9ee35

Please sign in to comment.