-
Updated
Apr 21, 2022
protocol
Here are 1,815 public repositories matching this topic...
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 5, 2022 - Swift
-
Updated
May 2, 2022 - Go
Background
Inspired by C-Otto/rebalance-lnd#241.
As part of pathfinding, lnd might encounter edges that have a policy specifying a zero CLTV delta (possibly because of no/outdated gossip?). Every time an edge like this is used in the pathfinding code, a warning is logged: https://github.com/lightningnetwork/lnd/blob/290b78e700021e238f7e6bdce6acc80de8d0a64f/routi
-
Updated
May 2, 2022 - Rust
-
Updated
Apr 17, 2019 - Objective-C
-
Updated
May 1, 2022 - Java
-
Updated
Apr 25, 2022 - C
-
Updated
Apr 13, 2020 - Swift
Describe the feature you'd like supported
We should change the CID after enough idle time so that any possible NAT rebinding would be harder to be tracked by an outside observer. The simplest way to implement this would be in the flush send code path. When first starting a flush, check how much time has elapsed since the last send. If it's greater than X (20? 30?) seconds force a CID update
-
Updated
Apr 25, 2022 - C++
-
Updated
Mar 23, 2022 - Go
-
Updated
Jan 27, 2022 - C
-
Updated
Apr 9, 2022 - C
-
Updated
Jan 13, 2022 - CSS
I believe these are the knobs for data limits:
https://docs.rs/quinn/latest/quinn/struct.TransportConfig.html#method.stream_receive_window
https://docs.rs/quinn/latest/quinn/struct.TransportConfig.html#method.receive_window
Would like to be able to set these per-connection.
Also, would be great to release this: quinn-rs/quinn#1315
I suppose if a client violates
There are multiple functions that return Result<T, ()>
in the code, this is equivalent to Option<T>
, however instead of changing those to optional types, these should return useful error messages/types so it's easier to debug.
Some of them could just retu
Seems that Firefox (around version 96-97) changed somethign and is now way more aggresive when a gateway does not start returning response immediately.
For example, first load (empty ipfs repo) of http://dist.ipfs.io.ipns.localhost:8080/go-ipfs/v0.11.0 in Firefox 97 produces:
 -> Void
)
The generated mocks do not properly remove the line breaks before attempting to put it into a single-line string literal, resulting in the errors Unterminated string literal
, `Consecutive statement
-
Updated
Nov 6, 2018 - Swift
Improve this page
Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."
Creating a new issue based on lbryio/lbry-sdk#877