The Wayback Machine - https://web.archive.org/web/20220424025615/https://github.com/topics/networking-stack
Skip to content
#

networking-stack

Here are 27 public repositories matching this topic...

champtar
champtar commented Mar 15, 2020

On Linux, packets that stay local to the machine (moving from the host to a container for example) don't always have their checksum computed, see for example https://patchwork.ozlabs.org/patch/261822/.
The proper fix would be to check for TP_STATUS_CSUMNOTREADY, but an easy workaround is to have a way to change the ChecksumCapabilities or DeviceCapabilities.

As a rust noob here my solution for

mcclure
mcclure commented Jun 6, 2021

This example
https://github.com/libp2p/js-libp2p/blob/master/examples/peer-and-content-routing
Involves running two scripts simultaneously; they then connect to each other. Each one does this before calling findPeers

// The DHT routing tables need a moment to populate
await delay(100)

This is fine for an example/test but is not good enough for production code. There's no indicat

help wanted P2 good first issue effort/hours

Improve this page

Add a description, image, and links to the networking-stack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the networking-stack topic, visit your repo's landing page and select "manage topics."

Learn more