VLink  2.0.0
A high-performance communication middleware
vlink::BagProcessor::Config结构体 参考final

Tunables controlling the reorder buffer behaviour. 更多...

#include <bag_processor.h>

vlink::BagProcessor::Config 的协作图:

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.

构造及析构函数说明

◆ Config()

vlink::BagProcessor::Config::Config ( )
inline

类成员变量说明

◆ max_cache_size

int64_t vlink::BagProcessor::Config::max_cache_size {1024LL * 1024LL * 256}

Maximum total payload bytes held (default 256 MiB).

◆ max_jump_time

int64_t vlink::BagProcessor::Config::max_jump_time {60LL * 60LL * 1000LL}

Max absolute data-plane-time jump, in milliseconds.

◆ min_cache_time

int64_t vlink::BagProcessor::Config::min_cache_time {500}

Data-plane-time span to accumulate, in milliseconds.


该结构体的文档由以下文件生成: