Peer-to-peer hypermedia protocol
-
Updated
Feb 27, 2022
{{ message }}
Peer-to-peer hypermedia protocol
An open source cybersecurity protocol for syncing decentralized graph data.
Websockets in swift for iOS and OSX
A QUIC implementation in pure go
In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.
Ideally the PendingChannelsResponse would include the channel flags or the private/public status of the channel to know which type of chan
Folding Tab Bar and Tab Bar Controller
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Keepalived
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
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
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
An efficient, extensible and easy-to-use RPC framework.
A protocol for secure client/server connections over UDP
A network library for client/server games written in C++
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
Tokio's automatic cooperative task yielding feature can cause abruptly prevent a task from making further progress. A very busy connection driver might as a result end up failing to fairly serve transmits or timeouts, resulting in bad behavior (e.g. spurious timeouts or congestion window reduction) under heavy load.
Ideally tokio will expose some too
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:

The pure golang implementation of nanomsg (version 1, frozen)
I'm mocking a protocol with a function that looks like this:
func foo(
completion: @escaping (
_ bar: Int,
_ baz: Int,
_ qux: Int
) -> 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
Random data generation in Swift
Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.
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