# tcp_ip
User-space TCP/IP stack
## example
- [tcp](https://github.com/rustp2p/tcp_ip/blob/main/examples/tcp.rs)
- [udp](https://github.com/rustp2p/tcp_ip/blob/main/examples/udp.rs)
- [icmp](https://github.com/rustp2p/tcp_ip/blob/main/examples/icmp.rs)
- [proxy](https://github.com/rustp2p/tcp_ip/blob/main/examples/tcp_proxy.rs)
- [tcp_connect](https://github.com/rustp2p/tcp_ip/blob/main/examples/tcp_connect.rs)
## iperf test


