From 537f8a63110945c20592747f36ff90e732dbf06d Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 24 Oct 2017 07:37:42 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e21826a..97f1a00 100755 --- a/README.md +++ b/README.md @@ -191,6 +191,10 @@ Then start the server with ./udp2raw_amd64 --conf-file server.conf ``` +### `--fifo` +Use a fifo(named pipe) for sending commands to the running program. For example `--fifo fifo.file`. + +At client side,you can use `echo reconnect >fifo.file` to force client to reconnect.Currently no command has been implemented for server. # Peformance Test #### Test method: