1
1

Raise default UDP block size, for better performance.

Этот коммит содержится в:
Jef Poskanzer 2013-01-28 14:04:39 -08:00
родитель 45080fc6b7
Коммит 1ac282ccdd

Просмотреть файл

@ -20,7 +20,7 @@ struct iperf_stream;
/* default settings */
#define Ptcp SOCK_STREAM
#define Pudp SOCK_DGRAM
#define DEFAULT_UDP_BLKSIZE 1450 /* 1 packet per ethernet frame, IPV6 too */
#define DEFAULT_UDP_BLKSIZE 8192
#define DEFAULT_TCP_BLKSIZE (128 * 1024) /* default read/write block size */
/* states */