You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Philippe Antoine b1549e930f http2: limit number of concurrent transactions
Ticket: 6481

Instead of just setting the old transactions to a drop state so
that they get later cleaned up by Suricata, fail creating new ones.

This is because one call to app-layer parsing can create many
transactions, and quadratic complexity could happen in one
single app-layer parsing because of find_or_create_tx

(cherry picked from commit 80abc22f64)
3 years ago
..
.cargo rust: fix vendor use on MinGW 7 years ago
src http2: limit number of concurrent transactions 3 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: tilde version for byteorder 3 years ago
Makefile.am http2: make decompression a configure-time option 5 years ago
cbindgen.toml rdp/eve: convert to jsonbuilder 6 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago