mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
cli_bind_address_connect
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
This commit is contained in:
committed by
Matt Johnston
parent
917722257d
commit
9c7ecf6d14
2
netio.h
2
netio.h
@@ -30,7 +30,7 @@ typedef void(*connect_callback)(int result, int sock, void* data, const char* er
|
||||
|
||||
/* Always returns a progress connection, if it fails it will call the callback at a later point */
|
||||
struct dropbear_progress_connection * connect_remote (const char* remotehost, const char* remoteport,
|
||||
connect_callback cb, void *cb_data);
|
||||
connect_callback cb, void *cb_data, char* bind_address);
|
||||
|
||||
/* Sets up for select() */
|
||||
void set_connect_fds(fd_set *writefd);
|
||||
|
||||
Reference in New Issue
Block a user