Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultRecordLifetime = time.Hour * 24
Variables ¶
View Source
var DefaultRebroadcastInterval = time.Hour * 4
Functions ¶
This section is empty.
Types ¶
type Republisher ¶
type Republisher struct {
Interval time.Duration
// how long records that are republished should be valid for
RecordLifetime time.Duration
// contains filtered or unexported fields
}
func NewRepublisher ¶
func NewRepublisher(r routing.IpfsRouting, ds ds.Datastore, ps pstore.Peerstore) *Republisher
Click to show internal directories.
Click to hide internal directories.