Mercurial > dropbear
comparison session.h @ 970:0bb16232e7c4
Make keepalive handling more robust, this should now match what OpenSSH does
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 Aug 2014 23:08:56 +0800 |
parents | f7f6c15b0ec3 |
children | 73ea0dce9a57 aac0095dc3b4 deed0571cacc |
comparison
equal
deleted
inserted
replaced
969:939944f0fca9 | 970:0bb16232e7c4 |
---|---|
45 void common_session_init(int sock_in, int sock_out); | 45 void common_session_init(int sock_in, int sock_out); |
46 void session_loop(void(*loophandler)()); | 46 void session_loop(void(*loophandler)()); |
47 void session_cleanup(); | 47 void session_cleanup(); |
48 void send_session_identification(); | 48 void send_session_identification(); |
49 void send_msg_ignore(); | 49 void send_msg_ignore(); |
50 void ignore_recv_msg_request_failure(); | 50 void ignore_recv_response(); |
51 | 51 |
52 void update_channel_prio(); | 52 void update_channel_prio(); |
53 | 53 |
54 const char* get_user_shell(); | 54 const char* get_user_shell(); |
55 void fill_passwd(const char* username); | 55 void fill_passwd(const char* username); |