NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Add ping protocol to libp2p stack #6

Closed flcl42 closed 11 months ago

flcl42 commented 1 year ago

Protocol implementation request: ping

Additional context Ping is needed for interop tests for one time communication. Pings ability to do a from time to time lifelines check seems not yet covered by core API and is a reason for suggestions and discussion.