How do you do UDP Flow control?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • uflow

    A Rust library providing ordered, mixed-reliability, and congestion-controlled data transfer over UDP

  • uflow seems like it'd be closer to what I'm looking for but I wanted to try to do this without pulling third party crates to do the protocol for me.

  • Aeron

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport

  • Look into Aeron for examples of high performance UDP message sending. We use it for high performance audio messaging, and I previously used it in high frequency trading https://github.com/real-logic/aeron. It is written in Java/C, but the general concepts of back pressure and reliable delivery over UDP are well documented.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What if null was an Object in Java?

    3 projects | news.ycombinator.com | 28 Apr 2024
  • LMAX Disruptor – High Performance Inter-Thread Messaging Library

    4 projects | news.ycombinator.com | 17 Nov 2023
  • Nálatok mi a helyzet?

    1 project | /r/kiszamolo | 1 Jul 2023
  • Aeron: Efficient reliable UDP unicast, UDP multicast, and IPC message transport

    1 project | news.ycombinator.com | 7 Jan 2023
  • Experience taking the training offer from real-logic Aeron framework creators?

    1 project | /r/highfrequencytrading | 16 Dec 2022