From f6b304250bda59f7dcc56ffa7c4c5f482e66d32f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 31 Mar 2013 23:15:35 +0800 Subject: Try using writev() for writing packets out to tcp --- queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queue.h') diff --git a/queue.h b/queue.h index 80fbb9d..8cffab7 100644 --- a/queue.h +++ b/queue.h @@ -36,7 +36,7 @@ struct Queue { struct Link* head; struct Link* tail; - unsigned int count; /* safety value */ + unsigned int count; }; -- cgit v1.2.3