mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
piggyback data on acks when making connections on linux
This commit is contained in:
@@ -73,7 +73,7 @@ int main(int argc, char ** argv) {
|
||||
#endif
|
||||
{
|
||||
int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport,
|
||||
0, &error);
|
||||
1, &error);
|
||||
sock_in = sock_out = sock;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user