Fast and scalable, next generation TCP/IP network stack
currently only tap interface is supported.
git clone https://github.com/hanj4096/ngflow
cd ngflow
export NGFLOW_SDK=pwd
cd example/http_server
make
##Usage
sudo ./httpd
wget http://172.16.0.2/
http_server
a simple http server
tcpecho
a simple tcp echo server
udpecho
a simple udp echo server
to be continued