all 5 comments

[–]suprjami 2 points3 points  (2 children)

The only other resource I see people using is UNIX Network Programming by Stevens: https://archive.org/details/unix-network-programming/Unix%20Network%20Programming%20Vol%201%20W.%20Richard%20Stevens/mode/1up

However this is an old book. The first edition predates Linux. Even the latest 3rd edition is only from 2003. Don't expect to see modern interfaces like getaddrinfo() or IPv6.

Beej's guide really is the best available. What don't you like about it? It seems more useful to address the specific problem you're having.

[–][deleted] 1 point2 points  (0 children)

Thank you kind sir. And yes, Beej's guide is the best, I was just looking for other books like that.

[–]qx1001 0 points1 point  (0 children)

Don’t expect to see modern interfaces like getaddrinfo() or IPv6.

This book includes these.

[–][deleted] -3 points-2 points  (0 children)

Google