comparison packet.h @ 1051:359fba4b1a49

merge tcp fastopen
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 23:24:30 +0800
parents 01eea88963f3
children 10f198d4a308
comparison
equal deleted inserted replaced
1045:31727a8abd4b 1051:359fba4b1a49
25 #ifndef DROPBEAR_PACKET_H_ 25 #ifndef DROPBEAR_PACKET_H_
26 26
27 #define DROPBEAR_PACKET_H_ 27 #define DROPBEAR_PACKET_H_
28 28
29 #include "includes.h" 29 #include "includes.h"
30 #include "queue.h"
30 31
31 void write_packet(); 32 void write_packet();
32 void read_packet(); 33 void read_packet();
33 void decrypt_packet(); 34 void decrypt_packet();
34 void encrypt_packet(); 35 void encrypt_packet();