esposem / Kernel_UDPLinks
A kernel module that implements client - server communication in UDP
☆40Updated 7 years ago
Alternatives and similar repositories for Kernel_UDP
Users that are interested in Kernel_UDP are comparing it to the libraries listed below
Sorting:
- Overview For this assignment you will be developing an application that uses raw IP sockets to ‘walk’ around an ordered list of nodes (g…☆27Updated 10 years ago
- A stand-alone DHCP server, written in C.☆101Updated last year
- A Lightweight TCP/IP stack☆96Updated 6 years ago
- Putting a TCP/IP Stack on DPDK☆25Updated 12 years ago
- C Language Examples of IPv4 and IPv6 Raw Sockets for Linux☆18Updated 11 years ago
- A simple in-kernel tcp client and server implemented as LKMs☆55Updated last year
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Updated last year
- lwip-tap is an application of "lwIP - A Lightweight TCP/IP Stack"☆58Updated 12 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- vxlan implementation using Linux tap interface☆66Updated 12 years ago
- Client and Server stubs for Remote Procedure Call over UDP connection☆18Updated 11 years ago
- Simple UDP tun/tap-based tunnel with mcrypt encryption. Also some more AF_PACKET and tun/tap related tools.☆38Updated 9 years ago
- STUN Client done in C☆43Updated 11 years ago
- Minimalistic block device example, for kernel-releases > 3. It's also a working Ramdisk.☆16Updated 9 years ago
- dynamic memory allocation tracer☆24Updated 3 years ago
- Linux kernel Netlink examples inspired by "Why and How to Use Netlink Socket"☆72Updated 3 years ago
- Command line tool to allow sending arbitrary IP packets.☆78Updated last year
- FlowScope is an oscilloscope for your network traffic. It records all traffic continuously in a ring buffer and dumps specific flows to d…☆90Updated 7 years ago
- Adding MPUDP to MPTCP Linux Kernel, testing VPN performance, Master's Thesis☆33Updated 5 years ago
- Splice two UDP sockets in kernel space to get the best performance☆10Updated 8 years ago
- Portable event-driven TCP/IP stack in C++ (C++17)☆54Updated 5 years ago
- ☆27Updated 9 years ago
- Netfilter kernel module for Deep Packet Inspection filtering☆49Updated 7 years ago
- C++ bindings for Linux tun/tap and netdevice interface☆53Updated 3 years ago
- A mirror of VTUN, with some changes