blob: 2c3694cce6452ef8cb6bac7c19be01bf4f69b2eb [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package internal
import (
"time"
)
type PeerInfo struct {
Sent bool
FatalError bool
NextAttempt time.Time
NumAttempts int32
}