mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
change IO defaults
+ 1ms rx/tx interval + 4096 IO slots
This commit is contained in:
@@ -2174,9 +2174,9 @@ bbl_config_init_defaults (bbl_ctx_s *ctx) {
|
||||
ctx->pcap.include_streams = true;
|
||||
ctx->config.username = g_default_user;
|
||||
ctx->config.password = g_default_pass;
|
||||
ctx->config.tx_interval = 5 * MSEC;
|
||||
ctx->config.rx_interval = 5 * MSEC;
|
||||
ctx->config.io_slots = 1024;
|
||||
ctx->config.tx_interval = 1 * MSEC;
|
||||
ctx->config.rx_interval = 1 * MSEC;
|
||||
ctx->config.io_slots = 4096;
|
||||
ctx->config.io_stream_max_ppi = 32;
|
||||
ctx->config.qdisc_bypass = true;
|
||||
ctx->config.sessions = 1;
|
||||
|
||||
Reference in New Issue
Block a user