Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139387800
D42830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
569 B
Referenced Files
None
Subscribers
None
D42830.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,8 +154,8 @@
#endif
static u_long unpst_sendspace = PIPSIZ;
static u_long unpst_recvspace = PIPSIZ;
-static u_long unpdg_maxdgram = 2*1024;
-static u_long unpdg_recvspace = 16*1024; /* support 8KB syslog msgs */
+static u_long unpdg_maxdgram = 8*1024; /* support 8KB syslog msgs */
+static u_long unpdg_recvspace = 16*1024;
static u_long unpsp_sendspace = PIPSIZ; /* really max datagram size */
static u_long unpsp_recvspace = PIPSIZ;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 12, 2:15 PM (4 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26879017
Default Alt Text
D42830.diff (569 B)
Attached To
Mode
D42830: unix/dgram: bump maximum datagram size limit to 8k
Attached
Detach File
Event Timeline
Log In to Comment