BCNP 3.2.1
Batched Command Network Protocol
Loading...
Searching...
No Matches
bcnp::DispatcherConfig Struct Reference

Configuration for the packet dispatcher. More...

#include <dispatcher.h>

Public Attributes

std::size_t parserBufferSize {4096}
 
std::chrono::milliseconds connectionTimeout {200}
 

Detailed Description

Configuration for the packet dispatcher.

Definition at line 15 of file dispatcher.h.

Member Data Documentation

◆ connectionTimeout

std::chrono::milliseconds bcnp::DispatcherConfig::connectionTimeout {200}

Definition at line 17 of file dispatcher.h.

◆ parserBufferSize

std::size_t bcnp::DispatcherConfig::parserBufferSize {4096}

Definition at line 16 of file dispatcher.h.


The documentation for this struct was generated from the following file: