Added resource link to Beej's Networking Guide (#25241)
Added a link to https://beej.us/guide/bgnet/, which is an excellent resource for learning network programming in C
This commit is contained in:
@ -22,3 +22,5 @@ Once a socket has been created between two nodes (a.k.a hosts or computing syste
|
|||||||
|
|
||||||
#### More Information
|
#### More Information
|
||||||
- [GeekForGeeks: Socket Programming in C](https://www.geeksforgeeks.org/socket-programming-cc)
|
- [GeekForGeeks: Socket Programming in C](https://www.geeksforgeeks.org/socket-programming-cc)
|
||||||
|
- [Beej's guide to Network Programming](https://beej.us/guide/bgnet/)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user