1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-16 12:04:18 +02:00

update broken network programming link

This commit is contained in:
Nathan Dawson
2019-10-25 08:45:37 +01:00
committed by GitHub
parent b6eae98caf
commit 42625a81a9

View File

@@ -216,7 +216,7 @@
#### Build your own `Network Stack`
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/html/multi/index.html)
* [**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/)
* [**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)