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 | |
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')
-rw-r--r-- | doc/tcpproxy.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/tcpproxy.8 b/doc/tcpproxy.8 index 71efd53..6739750 100644 --- a/doc/tcpproxy.8 +++ b/doc/tcpproxy.8 @@ -2,12 +2,12 @@ .\" Title: tcpproxy .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 11/29/2010 +.\" Date: 11/30/2010 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "TCPPROXY" "8" "11/29/2010" "\ \&" "\ \&" +.TH "TCPPROXY" "8" "11/30/2010" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -46,6 +46,7 @@ tcpproxy \- IPv4/IPv6 tcp connection proxy [ \fB\-r|\-\-remote\-addr\fR <host> ] [ \fB\-o|\-\-remote\-port\fR <service> ] [ \fB\-s|\-\-source\-addr\fR <host> ] + [ \fB\-b|\-\-buffer\-size\fR <size> ] [ \fB\-c|\-\-config\fR <file> ] .fi .SH "DESCRIPTION" @@ -153,6 +154,11 @@ tba tba .RE .PP +\fB\-b, \-\-buffer\-size <size>\fR +.RS 4 +tba +.RE +.PP \fB\-c, \-\-config <file>\fR .RS 4 tba |