Transports: Track IPv4/v6 reachability separately (ticket #1458)

Don't include NTCP conns established too long ago in clock skew vector
Hide unestablished outbound NTCP conns from /peers view
Add per-transport status to /peers
Put status description instead of code into event log reachability changes
This commit is contained in:
zzz
2015-04-29 12:50:33 +00:00
parent 0f18686243
commit 629f7f05c7
6 changed files with 195 additions and 79 deletions

View File

@@ -1,5 +1,8 @@
2015-04-29 zzz
* Transports: Fix clock skew calculations
* Clock: Make forward slewing work better
* Transports:
- Fix clock skew calculations
- Track IPv4/v6 reachability separately (ticket #1458)
2015-04-28 zzz
* JobQueueRunner: Don't call System.exit() on OOM,