Errno not supported in networking?
-
- Posts: 83
- Joined: Wed Jul 13, 2005 12:25 am
Errno not supported in networking?
I have been trying to learn some networking, and in trying to debug why my recv command returns -1. I read a few places online that said the variable errno should hold a more specific error if recv fails, but its always zero when I print it out. Is errno not implemented in the networking code?