Mercurial > dropbear
comparison session.h @ 1025:02baa0b334e8 fastopen
async connections working
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 18 Feb 2015 22:46:15 +0800 |
parents | aac0095dc3b4 |
children | daf21fd50abf |
comparison
equal
deleted
inserted
replaced
1024:aac0095dc3b4 | 1025:02baa0b334e8 |
---|---|
59 void svr_dropbear_exit(int exitcode, const char* format, va_list param) ATTRIB_NORETURN; | 59 void svr_dropbear_exit(int exitcode, const char* format, va_list param) ATTRIB_NORETURN; |
60 void svr_dropbear_log(int priority, const char* format, va_list param); | 60 void svr_dropbear_log(int priority, const char* format, va_list param); |
61 | 61 |
62 /* Client */ | 62 /* Client */ |
63 void cli_session(int sock_in, int sock_out); | 63 void cli_session(int sock_in, int sock_out); |
64 void cli_connected(int result, int sock, void* userdata, const char *errstring); | |
64 void cleantext(unsigned char* dirtytext); | 65 void cleantext(unsigned char* dirtytext); |
65 | 66 |
66 /* crypto parameters that are stored individually for transmit and receive */ | 67 /* crypto parameters that are stored individually for transmit and receive */ |
67 struct key_context_directional { | 68 struct key_context_directional { |
68 const struct dropbear_cipher *algo_crypt; | 69 const struct dropbear_cipher *algo_crypt; |