add Build you own Zerotier (L2 VPN)

This commit is contained in:
Liu Peiyuan 2023-05-09 04:11:22 +08:00 committed by GitHub
parent 61fdc1c6d0
commit b841db69f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,6 +233,7 @@ It's a great way to learn.
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/) * [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/)
* [**C**: _Let's code a TCP/IP stack_](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/) * [**C**: _Let's code a TCP/IP stack_](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/)
* [**Ruby**: _How to build a network stack in Ruby_](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b) * [**Ruby**: _How to build a network stack in Ruby_](https://medium.com/geckoboard-under-the-hood/how-to-build-a-network-stack-in-ruby-f73aeb1b661b)
* [**C**: _Build your own Zerotier (L2 VPN)_](https://github.com/peiyuanix/build-your-own-zerotier)
#### Build your own `Neural Network` #### Build your own `Neural Network`