From owner-cvs-all Sun Apr 8 12:21:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5229937B424; Sun, 8 Apr 2001 12:21:51 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f38JLpA12277; Sun, 8 Apr 2001 12:21:51 -0700 (PDT) (envelope-from iedowse) Message-Id: <200104081921.f38JLpA12277@freefall.freebsd.org> From: Ian Dowse Date: Sun, 8 Apr 2001 12:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/04/08 12:21:50 PDT Modified files: lib/libc/rpc rpc_generic.c Log: The maximum RPC message size was set at 8k for UDP. This is lower than the default buffer size in the old RPC code (8800 bytes), and it could not be overriden by the application. This caused problems with CFS (/usr/port/security/cfs). Change this default back to UDPMSGSIZE (8800 bytes), but more importantly, allow applications to use larger message sizes for all protocols if desired. Choose an arbitrary maximum message size of 256k instead of using the default as the maximum (which is silly). Reported by: ache Reviewed by: alfred, Martin Blapp Revision Changes Path 1.3 +7 -6 src/lib/libc/rpc/rpc_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message