Add test case: inject IPv4 based TCP payload packet after recv C2S first payload
This commit is contained in:
@@ -491,7 +491,7 @@ void stellar_print_config(struct stellar_config *config)
|
||||
CONFIG_LOG_DEBUG("packet_io->nr_threads : %d", io_opts->nr_threads);
|
||||
for (uint16_t i = 0; i < io_opts->nr_threads; i++)
|
||||
{
|
||||
CONFIG_LOG_DEBUG("packet_io->cpu_mask[%03d] : %d", i, io_opts->cpu_mask[i]);
|
||||
CONFIG_LOG_DEBUG("packet_io->cpu_mask[%3d] : %d", i, io_opts->cpu_mask[i]);
|
||||
}
|
||||
|
||||
// ip reassemble config
|
||||
|
||||
Reference in New Issue
Block a user