Pop Chunhapanya
Pop Chunhapanya
Previously we have HiddenServiceExportCircuitID which allows us to export the circuit id using haproxy. However, such directive is applied globally in the service. We need a way to export the...
**Describe the issue** As I mentioned in https://github.com/shadow/shadow/pull/3243#issuecomment-1879727112, I found that only UDP has the weird edge-triggered epoll behavior in the output buffer like the one of the input buffer...
As discussed in https://github.com/shadow/shadow/discussions/3201, this PR is the first PR to add extra tests for rust-libp2p. It includes only the simple libp2p [ping](https://docs.libp2p.io/concepts/introduction/protocols/ping/) protocol. More advanced libp2p protocols (such as...
**Describe the issue** The test of `getsockname-linux` _sometimes_ fails **To Reproduce** - Checkout the branch of `v2.2.0` - Build the project `./setup build --test` - Run the test `./setup test`...
**Describe the issue** I noticed that the managed processes that run forever (don't end themselves) will not produce the output files (stdout and stderr files) I'm not sure if this...
Go IDONTWANT
Sending IDONTWANT - [x] Implement a smart queue - [x] Add priorities to the smart queue - [x] Put IDONTWANT packets into the smart priority queue as soon as the...
Currently we use subnets as a unit of custody in the PeerDAS core protocol because it doesn't make sense to partially custody only some columns in the subnets and waste...
Since a node doesn't know when it should request the samples from its peers, it's better to passively receive them from the subnets, so that the node doesn't have to...
This is a follow-up issue from https://github.com/libp2p/go-libp2p-pubsub/pull/553#issuecomment-2291002843
Previously we left the DAS data store (blob store in Deneb and data column store in PeerDAS) implementation-dependent. I noticed that that left many issues on the specification. ### Currently,...