예제 #1
0
        public void ReportHandshakeEvent(Node node, ConnectionDirection direction)
        {
            INodeStats stats = GetOrAdd(node);

            stats.AddNodeStatsHandshakeEvent(direction);
        }