Skip to content

Commit

Permalink
Update comment to reflect current test
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Feb 3, 2025
1 parent 298824c commit 37bcf97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool Init() {
// Make sure TLS tracing is enabled.
FLAGS_stirling_enable_tls_tracing = true;

// We turn off CQL and NATS tracing to give some BPF instructions back for Mux.
// We turn off CQL and NATS tracing to give some BPF instructions back for TLS.
// This is required for older kernels with only 4096 BPF instructions.
FLAGS_stirling_enable_cass_tracing = false;
FLAGS_stirling_enable_nats_tracing = false;
Expand Down

0 comments on commit 37bcf97

Please sign in to comment.