Skip to content

Commit 0e39583

Browse files
committed
Merge branch 'main' of https://github.com/kcavi/uinet into main
2 parents 5878921 + 8bce416 commit 0e39583

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# uinet
22
userspace netstack basic freebsd
3+
4+
用户态协议栈
5+
基于f-stack的修改,源码来自freebsd11,整合多线程模式
6+
7+
编译方法:
8+
直接执行make
9+
默认的ARCH为x86_64,需要修改可以更改lib/machine_include/machine
10+
11+
运行方法:
12+
example/helloworld -i eth0
13+
14+
eth0为本机的物理接口名
15+
16+
测试代码在example/main.c

0 commit comments

Comments
 (0)