Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145035594
D51903.1777239328.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
880 B
Referenced Files
None
Subscribers
None
D51903.1777239328.diff
View Options
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -154,15 +154,12 @@
* and don't really want to reserve the sendspace. Their recvspace should be
* large enough for at least one max-size datagram plus address.
*/
-#ifndef PIPSIZ
-#define PIPSIZ 8192
-#endif
-static u_long unpst_sendspace = PIPSIZ;
-static u_long unpst_recvspace = PIPSIZ;
+static u_long unpst_sendspace = 64*1024;
+static u_long unpst_recvspace = 64*1024;
static u_long unpdg_maxdgram = 8*1024; /* support 8KB syslog msgs */
static u_long unpdg_recvspace = 16*1024;
-static u_long unpsp_sendspace = PIPSIZ;
-static u_long unpsp_recvspace = PIPSIZ;
+static u_long unpsp_sendspace = 64*1024;
+static u_long unpsp_recvspace = 64*1024;
static SYSCTL_NODE(_net, PF_LOCAL, local, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
"Local domain");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 9:35 PM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28435291
Default Alt Text
D51903.1777239328.diff (880 B)
Attached To
Mode
D51903: unix: increase net.local.(stream|seqpacket).(recv|send)space to 64 KiB
Attached
Detach File
Event Timeline
Log In to Comment