README updated

parent 962c50d2
...@@ -9,3 +9,15 @@ outdated and I wanted to test it with something more modern. ...@@ -9,3 +9,15 @@ outdated and I wanted to test it with something more modern.
See the fixes here: See the fixes here:
https://github.com/garganscript/nanomsg-haskell/tree/segfault-fix https://github.com/garganscript/nanomsg-haskell/tree/segfault-fix
## Usage
To try bombing the Central Exchange with multiple threads, issue this:
```shell
cargo run --bin ce-notify -- --num-pings 200 --num-threads 50 --ping-delay 10
```
You can also run your own simple server with:
```shell
cargo run --bin ce-listener
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment