|
VLink
2.0.0
A high-performance communication middleware
|
Tunables controlling the reorder buffer behaviour. 更多...
#include <bag_processor.h>
Public 成员函数 | |
| Config () | |
Public 属性 | |
| int64_t | min_cache_time {500} |
| Data-plane-time span to accumulate, in milliseconds. 更多... | |
| int64_t | max_cache_size {1024LL * 1024LL * 256} |
| Maximum total payload bytes held (default 256 MiB). 更多... | |
| int64_t | max_jump_time {60LL * 60LL * 1000LL} |
| Max absolute data-plane-time jump, in milliseconds. 更多... | |
Tunables controlling the reorder buffer behaviour.
|
inline |
| int64_t vlink::BagProcessor::Config::max_cache_size {1024LL * 1024LL * 256} |
Maximum total payload bytes held (default 256 MiB).
| int64_t vlink::BagProcessor::Config::max_jump_time {60LL * 60LL * 1000LL} |
Max absolute data-plane-time jump, in milliseconds.
| int64_t vlink::BagProcessor::Config::min_cache_time {500} |
Data-plane-time span to accumulate, in milliseconds.