Every 10 seconds a multicast query is sent. I assume it is done to find new IPFS peers. Every time a new peer starts, it will send a query and ALSO respond to it with it's info. Since this is multicast, all other nodes will see its response and add the peer to it's tables. So polling every 10s is not needed.
Every 10 seconds a multicast query is sent. I assume it is done to find new IPFS peers.
Every time a new peer starts, it will send a query and ALSO respond to it with it's info.
Since this is multicast, all other nodes will see its response and add the peer to it's tables.
So polling every 10s is not needed.