Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2010 16:48:28 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netgraph ng_base.c
Message-ID:  <201005131648.o4DGmiH7040948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
zec         2010-05-13 16:48:28 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  SVN rev 208036 on 2010-05-13 16:48:28Z by zec
  
  Increase the target buffer for performing NGM_ASCII2BINARY conversion
  from 2000 bytes to 20 Kbytes, which now matches the buffer size used for
  NGM_BINARY2ASCII conversions.
  
  The aim of this change is to allow for bigger binary structures to be
  managed via netgraph ASCII messages, until we come up with an API
  improvement which would get rid of such arbitrary hardcoded limits.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.182     +1 -1      src/sys/netgraph/ng_base.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005131648.o4DGmiH7040948>