Track connection requests

An area of memory that is known as the Request Pool is used to track requests. The connection requests are kept in the pool until the pool is full and the oldest requests are recycled. This is done to prevent requests from looping around in the gateway network undetected.

The following parameters can be used to configure the request pool:
Note: Configuration of the request pool is optional.
RequestPool.Size
The amount of memory, in KB, to reserve for the request pool. The default is 2048 or 2 megabytes.
RequestPool.MinimumTTL
The minimum time, in minutes, before a request can be recycled. The default is 5 minutes.
Note: Each request requires 32 bytes of memory. The gateway can handle more than 200 requests per second with the default settings.