linux 的 tunnel 技术
- An introduction to Linux virtual interfaces: Tunnels
- https://en.wikipedia.org/wiki/Tunneling_protocol
net/ipv4/tunnel4.c 中间描述 tunnel 的通用接口吧, 证据在 tunnel4_rcv 中间的 for_each_tunnel_rcu(tunnel4_handlers, handler)
用户态的工具
- https://github.com/anderspitman/awesome-tunneling : 收集了各种
- https://github.com/ekzhang/bore : 将本地的网络,代码量非常少,不过使用了 tokio ,不太有兴趣
- https://www.tunnelbear.com
本站所有文章转发 CSDN 将按侵权追究法律责任,其它情况随意。