Versions in this module Expand all Collapse all v0 v0.20.5 Aug 11, 2022 v0.20.4 Jun 28, 2022 Changes in this version + const EchoProtoID + const EchoService + type Echo struct + Host host.Host + func NewEcho(h host.Host) *Echo + func (e *Echo) BeforeDone(f func() error) + func (e *Echo) BeforeRead(f func() error) + func (e *Echo) BeforeReserve(f func() error) + func (e *Echo) BeforeWrite(f func() error) + func (e *Echo) Done(f func()) + func (e *Echo) Echo(p peer.ID, what string) error + func (e *Echo) Status() EchoStatus + type EchoStatus struct + EchosIn int + EchosOut int + IOErrors int + ResourceReservationErrors int + ResourceServiceErrors int + StreamsIn int