Stars
A fast hash map/hash table (whatever you want to call it) for the C programming language.
Generic library for real-time communications with async IO support
This repo has been archived, please visit https://github.com/peilinok/traa to get the new project!
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
ffrdp is a fast reliable protocol base on udp + arq + fec.
The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
Bifrost is an experimental system that integrates multiple Qos methods, and use to conduct point-to-point/multi-point weak network confrontation experiments.
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
CDK is a supplement and extension to the standard C library, rather than a replacement.
nginx-quic-lb is an implementation of ietf-quic-lb, based on nginx-release-1.18.0, you can see the detailed code in this pull request
STL style library with red-black tree implementation in C
win32 livedesk rtsp server, rtmp pusher, screen recorder, avkcp server, ffrdp server.
lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
ngx_lfqueue is the queue which share memory across multiple threads and multiple worker without any lock!!
基于ngx-stream-module 实现长连接的处理,把长连接数据按照使用的协议转切分为请求(request),与后端服务器使用短连接通讯,完全兼容后端http协议。后端服务器使用推送协议可以很方便的把数据推送到客户端。
A Qt player that pull H264 stream from USB camera using for low-spec machines. 适用于低配机器,从USB摄像头拉H264流的Qt播放器。
Implementation of the user-space eBPF VM based on the iovisor version (https://github.com/iovisor/ubpf)