diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-18 22:46:15 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-18 22:46:15 +0800 |
commit | 755c1458f0197d4da1dcb86ac832a8ffa8d02b27 (patch) | |
tree | cebef8bd66e3998f615939be9e6a4e3f78f3b255 /packet.c | |
parent | 8795d733ecd27ef7aa1cc5d9e68b5ecb5a90f64e (diff) |
async connections working
--HG--
branch : fastopen
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,7 @@ static buffer* buf_decompress(buffer* buf, unsigned int len); static void buf_compress(buffer * dest, buffer * src, unsigned int len); #endif +#if 0 struct iovec * dropbear_queue_to_iovec(struct Queue *queue) { struct iovec *iov = NULL; @@ -69,6 +70,7 @@ struct iovec * dropbear_queue_to_iovec(struct Queue *queue) { void dropbear_queue_consume(struct Queue *queue, ssize_t written) { } +#endif /* non-blocking function writing out a current encrypted packet */ void write_packet() { |