Variable NodeInfo.state

Whether the node knows about the IPs of all its quorum set nodes

struct NodeInfo
{
  // ...
  NetworkState state ;
  // ...
}