]> git.ipfire.org Git - thirdparty/suricata.git/commit
mqtt: remove quadratic time complexity
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 16 Jun 2022 13:14:27 +0000 (15:14 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 20 Sep 2022 12:55:24 +0000 (14:55 +0200)
commite160917bcfb67b23535b4ce082f506a9e66b7778
tree3271d81dc4dd08a9ec6bf15a36aca32a4a206352
parent63745a78790936c80f7042b1dfcb3e869e0acaea
mqtt: remove quadratic time complexity

When having many transactions in a single parsing call...

Fix has overhead of having one more field in the mqtt state.

Completes commit a8079dc9787d77cf705aa47000b499a325be0716

Ticket: #5399
rust/src/mqtt/mqtt.rs