Closed vaclavbartos closed 6 years ago
I reviwed the code and I think there should be timeout_fixed, not datatimeout_fixed on the following line: https://github.com/CESNET/Nemea-Framework/blob/0ac1029a78da7b6273d8d50db49855c135653769/libtrap/src/trap.c#L2075
timeout_fixed
datatimeout_fixed
Confirmed and solved in https://github.com/CESNET/Nemea-Framework/pull/104. Thanks for reporting the bug.
I reviwed the code and I think there should be
timeout_fixed
, notdatatimeout_fixed
on the following line: https://github.com/CESNET/Nemea-Framework/blob/0ac1029a78da7b6273d8d50db49855c135653769/libtrap/src/trap.c#L2075