ping

package
v0.29.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2023 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoProvider

type InfoProvider struct {
	SoftwareVersionFun   func() string
	SealedBlockHeightFun func() (uint64, error)
	HotstuffViewFun      func() (uint64, error)
}

func (InfoProvider) HotstuffView

func (p InfoProvider) HotstuffView() uint64

func (InfoProvider) SealedBlockHeight

func (p InfoProvider) SealedBlockHeight() uint64

func (InfoProvider) SoftwareVersion

func (p InfoProvider) SoftwareVersion() string

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service handles the outbound and inbound ping requests and response

func NewPingService

func NewPingService(
	h host.Host,
	pingProtocolID protocol.ID,
	logger zerolog.Logger,
	pingProvider fnetwork.PingInfoProvider,
) *Service

func (*Service) Ping

func (ps *Service) Ping(ctx context.Context, peerID peer.ID) (message.PingResponse, time.Duration, error)

Ping sends a Ping request to the remote node and returns the response, rtt and error if any.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL