Mercurial > dropbear
comparison dbutil.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 |
---|---|
127 connect_callback cb, void *cb_data); | 127 connect_callback cb, void *cb_data); |
128 | 128 |
129 void set_connect_fds(fd_set *writefd); | 129 void set_connect_fds(fd_set *writefd); |
130 void handle_connect_fds(fd_set *writefd); | 130 void handle_connect_fds(fd_set *writefd); |
131 | 131 |
132 /* Doesn't actually stop the connect, but adds a dummy callback instead */ | |
133 void cancel_connect(struct dropbear_progress_connection *c); | |
134 | |
132 #endif /* _DBUTIL_H_ */ | 135 #endif /* _DBUTIL_H_ */ |