![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 1
|
Node that forwards packets from a packet pool.
This node allocates a pool and forwards buffers from the pool to its output link. As buffers are recycled back to the pool, they are collected by this node and forwarded on again.
Buffers are initialised as described in sc_pool_get_packets().
If the batch_num_pkts attribute is set it determines the minimum number of buffers that this node will emit in each polling loop. If it is not set then the minimum is one quarter of the pool size (or the maximum if smaller). Exported in solar_capture_monitor as 'batch_min'.
If the batch_max_pkts attribute is set it determines the maximum number of buffers that this node will emit in each polling loop. If it is not set then the maximum is one quarter of the pool size (or the minimum if larger). Exported in solar_capture_monitor as 'batch_max'.
None