8000 GitHub - echoechoin/taptcp: TCP stack over Linux user space
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

echoechoin/taptcp

Repository files navigation

taptcp

learn TCP stack.

hostA:                                                           hostB:
 _______________________________________________________         ________________________________________________
|                                                       |       |                    ping -I tap_client 10.0.0.1 |
|                                                       |       |                                         |      |
|user space      tap_server  tapfdA--udp_sock_fdA       |       |               udp_sock_fdB--tapfdB  tap_client |
|---------------------|--------|----------|-------------| cable |--------------------|-----------|--------|------|
|linux kernel         |________|          |_____________|_ _ _ _|____________________|           |________|      |
|                                                       |       |                                                |
|_______________________________________________________|       |________________________________________________|

About

TCP stack over Linux user space

Resources

Stars

Watchers

Forks

0