Mercurial > dropbear
diff tcpfwd.h @ 577:69e98c45db7c
- Progress for allowing specifying a listenaddr for tcp forwards
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 24 Feb 2010 16:13:15 +0000 |
parents | 805e557fdff7 |
children | 8c737cd7c1af |
line wrap: on
line diff
--- a/tcpfwd.h Wed Nov 12 13:13:00 2008 +0000 +++ b/tcpfwd.h Wed Feb 24 16:13:15 2010 +0000 @@ -48,6 +48,7 @@ const unsigned char* connectaddr; unsigned int connectport; + const unsigned char* listenaddr; unsigned int listenport; unsigned int have_reply; /* is set to 1 after a reply has been received when setting up the forwarding */