K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-07-05T11:36:23.000000Z K 7 svn:log V 755 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 END