aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-07 10:45:29 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-07 10:45:29 -0400
commit24c721de37d2e10f5c864c2e8001f1468a8a4506 (patch)
tree0d4a57b24e455f1f4cc15c45839c34170b8fdfe7 /changes
parent6fde1548f2eb4551db3652ed59f487b430776d8f (diff)
downloadtor-24c721de37d2e10f5c864c2e8001f1468a8a4506.tar.gz
tor-24c721de37d2e10f5c864c2e8001f1468a8a4506.zip
Log number of inbound/outbound ipv4/6 conns as part of heartbeat
Closes #29113
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket291133
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket29113 b/changes/ticket29113
new file mode 100644
index 0000000000..b883999f5b
--- /dev/null
+++ b/changes/ticket29113
@@ -0,0 +1,3 @@
+ o Minor features (heartbeat):
+ - Include the total number of inbound and outbound IPv4 and IPv6
+ connections in the heartbeat message . Closes ticket 29113.