GithubHelp home page GithubHelp logo

rtdarwin / muquinet Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 232 KB

An userspace TCP/IP network stack running on Linux TUN virtual network device

License: GNU General Public License v3.0

CMake 3.35% Shell 0.43% C 31.52% C++ 64.71%

muquinet's Introduction

muQuinet

muQuinet is an userspace TCP/IP network stack running on Linux TUN virtual network device:

  • can be used by multiple processes/threads cocurrently.

  • offer POSIX Sockets compatible APIs, which can be used to override corresponding APIs offered by glibc (instruct ld-linux.so to use our APIs located in DSO(.so file) using LD_PRELOAD enivornment variable)

  • offer epoll supprt (in development)

How it works

Build & Install

Debug

muQuinet

muQuinet 是一个运行于 Linux TUN 虚拟网络设备上的用户态 TCP/IP 协议栈:

  • 能被多个进程/线程同时使用

  • 提供与 POSIX Sockets 兼容的 APIs。可用于覆盖 glibc 提供的对应 APIs (通过设置环境变量 LD_PRELOAD,使 ld-linux.so 优先使用我们在 muquinet-posix.so 中提供的 APIs)

  • 支持 epoll(开发中)

工作模式

编译 & 安装

Debug

muquinet's People

Contributors

rtdarwin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

supertanglang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.