diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 23:15:35 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 23:15:35 +0800 |
commit | f6b304250bda59f7dcc56ffa7c4c5f482e66d32f (patch) | |
tree | 3b77984939b7dc955bdb3ea1c1cb1fd2df7de884 /queue.h | |
parent | 36526700a983e09e77f03e404f207d6fbc220306 (diff) |
Try using writev() for writing packets out to tcp
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ struct Queue { struct Link* head; struct Link* tail; - unsigned int count; /* safety value */ + unsigned int count; }; |