mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
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:
parent
2278f9927d
commit
28df1f238a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211452
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user