connected

Whether we currently hold a live connection to this peer. libtorrent stores a peer_connection_interface* here; v0 has no connection layer, so we model only the boolean "is connected" fact that all of the connect-candidate logic actually keys off of. Set through PeerList.setConnected.