Reliable transport over UDP in Java: sliding window, congestion control, benchmarks, end-to-end SHA-256 integrity.
-
Updated
Sep 3, 2026 - Java
Reliable transport over UDP in Java: sliding window, congestion control, benchmarks, end-to-end SHA-256 integrity.
Encrypted peer-to-peer mesh networking library for C++17 - Noise XX authenticated channels over UDP with BBR congestion control, QUIC-inspired reliable streams, path MTU discovery, NAT traversal, and dynamic peer discovery. Single header, zero external dependencies.
Networking implementations and experiments covering traceroute, reliable file transfer, and congestion control.
XJTU computer networking lab: a reliable UDP remote terminal with PTY sessions and monitoring. / 西安交大计网课程实验:基于 UDP 的可靠远程终端。
UC Berkeley CS168 Introduction to the Internet — programming projects on reliable transport, routing, and traceroute
TCP-like reliable transport protocol built from scratch over UDP — 3-way handshake, MD5 checksums, sliding-window flow control, and Go-Back-N retransmission, with an automated end-to-end test suite.
Custom reliable UDP protocol with sliding window, three-way handshake, flow control, and packet loss handling in C
Secure TCP over UDP Protocol (Python): Reliable, TLS inspired transport layer over UDP using AES-GCM & X25519.
Reliable Transport Protocol over UDP with TCP Reno & CUBIC Congestion Control (Python, Mininet)
FRUL: A reliable transport protocol implemented in userspace C, featuring TCP-like connection state machine, sliding window flow control, selective acknowledgment, and timestamps. Runs over UDP.
APTCP (Asyncio Persistent TCP) — a session-layer protocol implementation in Python over asyncio for uninterruptible logical connections over unstable networks
A connection-oriented, reliable transport protocol built over UDP in C++, featuring a custom three-way handshake, sliding window, and retransmission logic.
To associate your repository with the reliable-transport topic, visit your repo's landing page and select "manage topics."