quicly VS usrsctp

Compare quicly vs usrsctp and see what are their differences.

quicly

A modular QUIC stack designed primarily for H2O (by h2o)

usrsctp

A portable SCTP userland stack (by sctplab)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
quicly usrsctp
1 2
594 641
2.4% 1.6%
8.8 7.3
4 days ago 7 days ago
C C
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

quicly

Posts with mentions or reviews of quicly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-27.
  • QUIC is now RFC 9000
    15 projects | news.ycombinator.com | 27 May 2021
    Is it possible to compile quicly cli (referenced in the blog post) with musl instead of glibc. I had to add signal.h and it then compiled successfully but I got illegal instruction segfault when executing cli.

    https://github.com/h2o/quicly

    There are a few Rust alternatives for QUIC. Anyone tried them and have comments.

    https://github.com/cloudflare/quiche

    https://github.com/quinn-rs/quinn

    https://github.com/mozilla/neqo

usrsctp

Posts with mentions or reviews of usrsctp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-01.
  • Ask HN: GitHub Download Hash Change?
    2 projects | news.ycombinator.com | 1 Feb 2022
    Today, an issue was raised in one project I use, because their build system rejected an invalid sha256sum while downloading a dependency from a GitHub zip file.

    The offending dependency is usrsctp (https://github.com/sctplab/usrsctp) at commit 9d6b99b:

    https://github.com/sctplab/usrsctp/archive/9d6b99b10a70f7a63d21cd80d03c353da9ac19d3.zip

    This file's sha256sum has always been

        d9b7b3350ea0be2a3d1437e404d4852df741c4984b734729c5edc337ff4b7611
  • QUIC is now RFC 9000
    15 projects | news.ycombinator.com | 27 May 2021
    I am sure there are even more implementations that I am not aware of.

    * https://github.com/pion/sctp

    * https://github.com/aiortc/aiortc/blob/main/src/aiortc/rtcsct...

    * https://source.chromium.org/chromium/chromium/src/+/main:thi...

    * https://github.com/sctplab/usrsctp

    People don't make these decisions for technical reasons only. Career wise it is a bad choice to spend your time working on pre-existing technologies. You don't become a distinguished engineer by iterating on existing technologies. You become one by being the creator of something new.

    I think QUIC is great and does a good job solving the problems it was designed to solve. It is disingenuous to pretend these decisions were made only for technical reasons.

What are some alternatives?

When comparing quicly and usrsctp you can also consider the following projects:

neqo - Neqo, an implementation of QUIC in Rust

shadowsocks-rust - A Rust port of shadowsocks

openmptcprouter - OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt

sctp - A Go implementation of SCTP

base-drafts - Internet-Drafts that make up the base QUIC specification

msquic - Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust.

quinn - Async-friendly QUIC implementation in Rust

openssl - TLS/SSL and crypto library with QUIC APIs

quiche - 🥧 Savoury implementation of the QUIC transport protocol and HTTP/3

aiortc - WebRTC and ORTC implementation for Python using asyncio