Skip to content

Commit

Permalink
streaming example README: explain client arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 21, 2024
1 parent b1e0b24 commit bf80e2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions capnp-rpc/examples/streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ Then start any number of clients like this:
```
cargo run client 127.0.0.1:5000 1000000 64000
```

The `1000000` argument above means the message
stream will have a total of 1000000 bytes.
The `64000` argument means that the flow control window
will be set to 64000 bytes.

0 comments on commit bf80e2e

Please sign in to comment.