Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115805376
D21586.id61887.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
D21586.id61887.diff
View Options
Index: lib/libc/yp/yplib.c
===================================================================
--- lib/libc/yp/yplib.c
+++ lib/libc/yp/yplib.c
@@ -526,7 +526,7 @@
tv.tv_usec = 0;
ysd->dom_socket = RPC_ANYSOCK;
ysd->dom_client = clntudp_bufcreate(&ysd->dom_server_addr,
- YPPROG, YPVERS, tv, &ysd->dom_socket, 1280, 2304);
+ YPPROG, YPVERS, tv, &ysd->dom_socket, 65507, 65507);
if (ysd->dom_client == NULL) {
clnt_pcreateerror("clntudp_create");
ysd->dom_vers = -1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 10:07 PM (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17847299
Default Alt Text
D21586.id61887.diff (492 B)
Attached To
Mode
D21586: Increase the size of the send and receive buffers for YP client rpc calls to max allowed UDP datagram size.
Attached
Detach File
Event Timeline
Log In to Comment