func (p *Peer) update() {
    // Start the tickers for the updates
    expire := time.NewTicker(common.ExpirationCycle)
    transmit := time.NewTicker(common.TransmissionCycle)