Skip to content

Commit 2b30bb5

Browse files
nikhildl12facebook-github-bot
authored andcommitted
Add zone in TPR test app
Summary: Add KDE zone in tpr test app. This allows local testing TPR behavior with KDE zones Reviewed By: pdubovitsky Differential Revision: D79909241 fbshipit-source-id: 86bb8aab79d2d735176fd76dfdd1fb5adb64a41e
1 parent 4e3dbf7 commit 2b30bb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

katran/tpr/TPRTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ inline std::ostream& operator<<(std::ostream& os, const tcp_router_stats& s) {
9090
<< " server_id_set=" << s.server_id_set
9191
<< " conns_skipped=" << s.conns_skipped
9292
<< " no_tcp_opt_hdr=" << s.no_tcp_opt_hdr
93+
<< " ignoring_kde=" << s.ignoring_due_to_kde
9394
<< " error_bad_id=" << s.error_bad_id
9495
<< " error_write_opt=" << s.error_write_opt
9596
<< " error_sys_calls=" << s.error_sys_calls

0 commit comments

Comments
 (0)