For some setups sending data in 128kB chunks makes communication very slow. No

idea why. 32kB on the other hand seems to work properly everywhere.

Reported by:	Thomas Steen Rasmussen <thomas@gibfest.dk>
MFC after:	3 weeks
This commit is contained in:
Pawel Jakub Dawidek 2010-08-18 12:09:27 +00:00
parent 2278f9927d
commit 28df1f238a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211452

View File

@ -42,8 +42,7 @@ __FBSDID("$FreeBSD$");
/* Maximum size of packet we want to use when sending data. */
#ifndef MAX_SEND_SIZE
//#define MAX_SEND_SIZE 32768
#define MAX_SEND_SIZE 131072
#define MAX_SEND_SIZE 32768
#endif
int