package peermanager import ( "time" ) const ( FIND_NEIGHBOR_INTERVAL = 5 * time.Second )