ppegusii / cs677-smart-homes-IoT

Programming Assignment 1: Internet of Things and Smart Homes
GNU General Public License v2.0
2 stars 0 forks source link

Design Decision: Polling time to check if leader is alive #18

Open ameetrivedi opened 9 years ago

ameetrivedi commented 9 years ago

Usually it is n * no. of hops to reach the farthest peer. In this case, since each peer is connected to all others. The polling is small right now of 5 secs... will see if there is too much congestion then will increase it.