Raise default UDP block size, for better performance.
Этот коммит содержится в:
родитель
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 */
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user