freebsd-dev/usr.bin/rpcgen
Robert Watson 99b671f5a1 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
2006-05-17 23:18:17 +00:00
..
Makefile Rename the variable inline' to inline_size'. 2005-08-31 19:44:40 +00:00
rpc_clntout.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_cout.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_hout.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_main.c Eliminate coredump problem introduced by last commit. 2005-11-14 13:35:08 +00:00
rpc_parse.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_parse.h Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_sample.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_scan.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_scan.h Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_svcout.c In change 1.15, an arbitrary setting of the max RPC record size to 2006-05-17 23:18:17 +00:00
rpc_tblout.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_util.c Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpc_util.h Use ANSI definitions. 2005-11-13 21:17:24 +00:00
rpcgen.1 The appropriate argument is -K -1, not -k -1. 2005-09-02 18:37:34 +00:00