comparison packet.c @ 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 59a1146e8b9d
children 0da8ba489c23
comparison
equal deleted inserted replaced
1026:59a1146e8b9d 1027:daf21fd50abf
106 int len; 106 int len;
107 buffer * writebuf = NULL; 107 buffer * writebuf = NULL;
108 unsigned packet_type; 108 unsigned packet_type;
109 #ifdef HAVE_WRITEV 109 #ifdef HAVE_WRITEV
110 struct iovec *iov = NULL; 110 struct iovec *iov = NULL;
111 int i;
112 struct Link *l;
113 int iov_count; 111 int iov_count;
114 #endif 112 #endif
115 113
116 TRACE2(("enter write_packet")) 114 TRACE2(("enter write_packet"))
117 dropbear_assert(!isempty(&ses.writequeue)); 115 dropbear_assert(!isempty(&ses.writequeue));