mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
No reconnection for now
This commit is contained in:
parent
2dca2c0fd5
commit
a1d7bf7dc0
@ -316,9 +316,12 @@ static void reconnect_session(struct tmate_ssh_client *client)
|
||||
|
||||
disconnect_session(client);
|
||||
|
||||
/* Not yet implemented... */
|
||||
#if 0
|
||||
tv.tv_sec = 1;
|
||||
tv.tv_usec = 0;
|
||||
evtimer_add(&client->ev_ssh_reconnect, &tv);
|
||||
#endif
|
||||
}
|
||||
|
||||
void tmate_ssh_client_init(struct tmate_ssh_client *client,
|
||||
|
Loading…
x
Reference in New Issue
Block a user