cvs commit: src/usr.bin/rpcgen rpc_svcout.c

Robert Watson rwatson at FreeBSD.org
Wed May 17 16:18:43 PDT 2006


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


More information about the cvs-src mailing list