mirror of
https://github.com/tmate-io/tmate.git
synced 2026-08-02 23:52:08 +00:00
No reconnection for now
This commit is contained in:
parent
2dca2c0fd5
commit
a1d7bf7dc0
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue