mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- tcpfwd bindaddr support against trunk. needs merging.
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae
This commit is contained in:
1
tcpfwd.h
1
tcpfwd.h
@@ -48,6 +48,7 @@ struct TCPListener {
|
||||
struct TCPFwdEntry {
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user