mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Update priority once the socket is open
--HG-- branch : fastopen
This commit is contained in:
@@ -100,6 +100,7 @@ void cli_connected(int result, int sock, void* userdata, const char *errstring)
|
||||
dropbear_exit("Connect failed: %s", errstring);
|
||||
}
|
||||
ses.sock_in = ses.sock_out = sock;
|
||||
update_channel_prio();
|
||||
}
|
||||
|
||||
void cli_session(int sock_in, int sock_out, struct dropbear_progress_connection *progress) {
|
||||
|
||||
Reference in New Issue
Block a user