Work on optimizing send(), to use fewer send function calls.

This commit is contained in:
Jan Vidar Krey
2009-06-21 14:21:34 +02:00
parent 7f24238ab5
commit ea3cd1bd90
4 changed files with 33 additions and 27 deletions

View File

@@ -23,6 +23,9 @@
/* Debugging */
/* #define NETWORK_DUMP_DEBUG */
/* #define MEMORY_DEBUG */
/* #define DEBUG_SENDQ 1 */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE