Friedel Ziegelmayer

Results 218 issues of Friedel Ziegelmayer

Need to make sure these are correctly written

bug
c-unixfs

We should have a set of peers (configurable size) that we store in memory, as main peers. These can be used to send bitswap requests to, as well as improve...

feat
c-p2p

use https://github.com/xdg-rs/dirs to follow the various os specific recommendations

feat

This will allow proper seeking and streaming of videos and other files We should be able to use https://github.com/scottlamb/http-serve to do the heavy lifting.

feat
c-gateway

- [ ] Client Mode: https://github.com/libp2p/rust-libp2p/pull/2521 - [ ] Accelerated DHT - [ ] https://github.com/libp2p/go-libp2p-kad-dht/blob/master/fullrt/dht.go - [ ] https://www.notion.so/pl-strflt/DHT-Overview-e4bc573eaf094efc8a0781de47262db6#1f7fe618623a473dac5580a0f9609616 - [ ] Make timeouts configurable - [x] Return found providers...

feat
c-p2p

Record detailed metrics about bitswap. Some inspiration can be taken from https://github.com/ipfs-rust/libp2p-bitswap/blob/master/src/stats.rs

metrics
c-p2p

- [ ] multiple providers (all have the content) - make sure cancels are sent out - [ ] multiple providers (some are not dialable) - make sure content is...

test
c-p2p