diff 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
line wrap: on
line diff
--- a/packet.c	Wed Feb 18 23:02:49 2015 +0800
+++ b/packet.c	Thu Feb 19 00:32:00 2015 +0800
@@ -108,8 +108,6 @@
 	unsigned packet_type;
 #ifdef HAVE_WRITEV
 	struct iovec *iov = NULL;
-	int i;
-	struct Link *l;
 	int iov_count;
 #endif