~ubuntu-branches/ubuntu/saucy/apr-util/saucy-proposed

« back to all changes in this revision

Viewing changes to include/apr_memcache.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson, Stefan Fritsch, Peter Samuelson
  • Date: 2009-08-06 13:21:48 UTC
  • mfrom: (4.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090806132148-0n94v8692wgufsbc
Tags: 1.3.9+dfsg-1
[ Stefan Fritsch ]
* Enable -fstack-protector for arm/armel. A workaround has been added to
  gcc.
* Remove obsolete libmysqlclient15off dependency. Update build-dep to
  libmysqlclient-dev.

[ Peter Samuelson ]
* New upstream security release.
  - Fix CVE-2009-2412, overflow in RMM allocations due to alignment.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 * @param min  minimum number of client sockets to open
210
210
 * @param smax soft maximum number of client connections to open
211
211
 * @param max  hard maximum number of client connections
212
 
 * @param ttl  time to live in seconds of a client connection
 
212
 * @param ttl  time to live in microseconds of a client connection
213
213
 * @param ns   location of the new server object
214
214
 * @see apr_reslist_create
215
215
 * @remark min, smax, and max are only used when APR_HAS_THREADS