Live data from Hacker News

Viewing profile — flub

flub

HN member
Joined
Tue, May 21, 2024, 7:08 AM UTC
HN karma
11
Public activity
10 items

About flub

No profile information was provided.

Recent public activity

  1. comment
    Comment #48552035

    Iroh uses QUIC connections and uses the EndpointId, the public ed25519 key, in the TLS handshake for authentication. This makes it impossible for a server to try and machine-in-the…

  2. comment
    Comment #48551917

    iroh is fully open source though, you can run your own relay server and not have any dependencies on number0

  3. comment
    Comment #48546261

    iroh is an open source library. The relay servers are open source too but number0 runs public, rate limited, relay servers that can be used by everyone. The commercial offerings ar…

  4. comment
    Comment #45732316

    It's extremely subtle, fooled me initially too. The `fn handle_connection` takes a different argument, so rust `Derefs` the `ConnectionRef` into `Connection` for the first example.…

  5. comment
    Comment #45732273

    That's interesting, because the connection to the relay server is established using HTTP1.1 over TLS. Followed by a WebSocket upgrade. It should look like any other webserver conne…

  6. comment
    Comment #45732243

    MoQ: yeah, MoQ runs on top of QUIC so you can run it on top of iroh. I think some version of this will happen sometime. DERP: very similar. iroh relay servers were initially modell…

  7. comment
    Comment #44722265

    Fragmenting datagrams (or IP packets) is generally not a good idea. All protocol designs have been moving away from this the past few decades. If you want unreliable messages of la…

  8. comment
    Comment #44722090

    There might be some confusion here, holepunching is a core functionality of iroh. There are still some firewall configurations that iroh can not yet holepunch and that can still be…

  9. comment
    Comment #44722062

    I'm not sure I fully understand this window logic question. QUIC does MTU discovery, so if the link supports bigger datagrams the MTU will go up. Unreliable datagrams using RFC9221…

  10. comment
    Comment #44708983

    As one of the iroh developers I must say thank you for creating ZeroTier! It absolutely was part of the inspiration and it's seamless functioning continues to amaze me daily. Somet…