Date: Wed, 17 May 2006 23:18:17 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_svcout.c Message-ID: <200605172318.k4HNIHuH069934@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-05-17 23:18:17 UTC FreeBSD src repository Modified files: usr.bin/rpcgen rpc_svcout.c Log: 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 <bostic at sleepycat dot com> Testing by: Susan LoVerso <sue at loverso dot southborough dot ma dot us> Reveiwed by: cel, rees Review timeout: alfred, mbr MFC after: 2 weeks Revision Changes Path 1.23 +0 -11 src/usr.bin/rpcgen/rpc_svcout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605172318.k4HNIHuH069934>