Skip to content
Snippets Groups Projects
Commit 6256378b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Update README

parent fabb20c8
No related merge requests found
...@@ -74,6 +74,13 @@ Client/Server ...@@ -74,6 +74,13 @@ Client/Server
After successful build, the client and server executable should be After successful build, the client and server executable should be
found under examples directory. found under examples directory.
examples/client has ``-i`` option to read data from stdin, and send
them as STREAM data to server. examples/server responds them with
some modification.
Both program have ``--tx-loss`` and ``--rx-loss`` to simulate packet
loss.
.. code-block:: text .. code-block:: text
$ examples/client 127.0.0.1 3000 $ examples/client 127.0.0.1 3000
......
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