CESNET / Nemea-Framework

Nemea framework is the heart of the Nemea system. It contains implementation of common communication interfaces, UniRec data format and useful datastructures and algorithms.
11 stars 24 forks source link

Bug in setting of autoflush timeout #105

Closed vaclavbartos closed 6 years ago

vaclavbartos commented 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

janskto1 commented 6 years ago

Confirmed and solved in https://github.com/CESNET/Nemea-Framework/pull/104. Thanks for reporting the bug.