diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-19 00:32:00 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-19 00:32:00 +0800 |
commit | 76a3eb393c021905736f79e7e048017f664b2430 (patch) | |
tree | 3a45ae901e4806496aef7b3dde3680dedd03326c /packet.c | |
parent | 5f0cc969a005757778848a459f924a237a35fc7d (diff) |
In theory TFO should work. Needs platform cleanup and testing
--HG--
branch : fastopen
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -108,8 +108,6 @@ void write_packet() { unsigned packet_type; #ifdef HAVE_WRITEV struct iovec *iov = NULL; - int i; - struct Link *l; int iov_count; #endif |