Libp2p Hole Punching (Max Inden @ FOSDEM)

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии •

  • @MsRomanFed
    @MsRomanFed 2 года назад +3

    Amazing! Things are getting so simple with libp2p!

  • @muchlisamrulloh6622
    @muchlisamrulloh6622 16 дней назад

    good

  • @dialecticalmonist3405
    @dialecticalmonist3405 2 года назад +5

    So, who controls the relays?

  • @viktorpelle1928
    @viktorpelle1928 2 года назад

    Great talk

  • @harimohan_choudhary_6
    @harimohan_choudhary_6 2 года назад

    great work. Thank you

  • @kevinkkirimii
    @kevinkkirimii Год назад

    After watching this video - ruclips.net/video/cNcWe1ZFtGc/видео.html&ab_channel=DodgyCoding - finally understood how the p2p hole punching was taking place in the stage 2.2 and why the RRT calculation and simultaneous dial is necessary.

  • @llothar68
    @llothar68 Год назад +1

    Opened github on the cpp version, browsed for 2 minutes, opened file "network/cares/cares.cpp", pressed 3x page down keys saw a "select" call without fd check and went away from the library as must be shitty quality and buggy as hell result.
    YOU CAN'T USE "select" or "system" IN PROGRAMS ANYMORE. Thats like "gets" totally forbidden. People who still code with this in mind don't know shit about secure network programming. Done. Gone. Bye Bye. (Use google why this code is forbidden nowadays).