diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-11-30 01:05:03 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-11-30 01:05:03 +0000 |
commit | e2d68ee657d35f062d1794de5d5ce852d478d746 (patch) | |
tree | cbb8a243a8a311b73ee68caf2a365ac00da3aa49 /doc/tcpproxy.8.txt | |
parent | only recv if buffer is not full (diff) |
buffer size can now be configured
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@18 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
Diffstat (limited to 'doc/tcpproxy.8.txt')
-rw-r--r-- | doc/tcpproxy.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tcpproxy.8.txt b/doc/tcpproxy.8.txt index 96b7733..ebbac12 100644 --- a/doc/tcpproxy.8.txt +++ b/doc/tcpproxy.8.txt @@ -25,6 +25,7 @@ tcpproxy [ -r|--remote-addr <host> ] [ -o|--remote-port <service> ] [ -s|--source-addr <host> ] + [ -b|--buffer-size <size> ] [ -c|--config <file> ] .... @@ -98,6 +99,9 @@ The following options can be passed to the *tcpproxy* daemon: *-s, --source-addr <host>*:: tba +*-b, --buffer-size <size>*:: + tba + *-c, --config <file>*:: tba |