Mercurial > dropbear
diff dbutil.h @ 1027:daf21fd50abf fastopen
In theory TFO should work. Needs platform cleanup and testing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 19 Feb 2015 00:32:00 +0800 |
parents | 02baa0b334e8 |
children | 5ad81aa19c2d |
line wrap: on
line diff
--- a/dbutil.h Wed Feb 18 23:02:49 2015 +0800 +++ b/dbutil.h Thu Feb 19 00:32:00 2015 +0800 @@ -28,6 +28,7 @@ #include "includes.h" #include "buffer.h" +#include "queue.h" #ifndef DISABLE_SYSLOG void startsyslog(); @@ -132,4 +133,6 @@ /* Doesn't actually stop the connect, but adds a dummy callback instead */ void cancel_connect(struct dropbear_progress_connection *c); +void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue *writequeue); + #endif /* _DBUTIL_H_ */