From owner-cvs-all@FreeBSD.ORG Wed Jul 5 11:36:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 199D616A4E2; Wed, 5 Jul 2006 11:36:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846F243D5C; Wed, 5 Jul 2006 11:36:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k65BaOUj018196; Wed, 5 Jul 2006 11:36:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k65BaOUa018195; Wed, 5 Jul 2006 11:36:24 GMT (envelope-from rwatson) Message-Id: <200607051136.k65BaOUa018195@repoman.freebsd.org> From: Robert Watson Date: Wed, 5 Jul 2006 11:36:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/rpcgen rpc_svcout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:36:25 -0000 rwatson 2006-07-05 11:36:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/rpcgen rpc_svcout.c Log: Merge rpc_svcout.c:1.23 from HEAD to RELENG_5: In change 1.15, an arbitrary setting of the max RPC record size to RPC_MAXDATASIZE was introduced. This is believed to have been debugging code committed accidentally, although I've been unable to reach the committer to confirm this. The effect was to limit the size of RPCs on TCP and UDP to 9k, well below the default protocol limits in the libc rpc code. This change simply removes these introduced limits, falling back on the libc definitions. PR: 88856 Reported by: Keith Bostic Testing by: Susan LoVerso Reveiwed by: cel, rees Review timeout: alfred, mbr Approved by: mbr Revision Changes Path 1.15.6.1 +0 -11 src/usr.bin/rpcgen/rpc_svcout.c