Merge conn_quic_handshakes and conn_tcp_handshakes
This merges the two counters into conn_handshakes, as they are mutually exclusive anyway. Configuration can still refer to 'tcp_hs' for compatibility, but the preferred way is now 'conn_hs'. Note that 'tcp_hs' will also work for QUIC.
parent
6b184da6
No related branches found
No related tags found
Showing
- configs/doh-get.toml 2 additions, 2 deletionsconfigs/doh-get.toml
- configs/doh-post.toml 2 additions, 2 deletionsconfigs/doh-post.toml
- configs/doh.toml 2 additions, 2 deletionsconfigs/doh.toml
- configs/doq.toml 2 additions, 2 deletionsconfigs/doq.toml
- configs/dot.toml 2 additions, 2 deletionsconfigs/dot.toml
- configs/tcp.toml 1 addition, 1 deletionconfigs/tcp.toml
- docs/connection-chart.md 2 additions, 2 deletionsdocs/connection-chart.md
- replay/dnssim/src/output/dnssim.h 2 additions, 5 deletionsreplay/dnssim/src/output/dnssim.h
- replay/dnssim/src/output/dnssim.lua 3 additions, 7 deletionsreplay/dnssim/src/output/dnssim.lua
- replay/dnssim/src/output/dnssim/quic.c 2 additions, 2 deletionsreplay/dnssim/src/output/dnssim/quic.c
- replay/dnssim/src/output/dnssim/tcp.c 2 additions, 2 deletionsreplay/dnssim/src/output/dnssim/tcp.c
- tools/merge-data.py 1 addition, 2 deletionstools/merge-data.py
- tools/plot-connections.py 8 additions, 17 deletionstools/plot-connections.py
Loading
Please register or sign in to comment