Page 1 of 1

Errno not supported in networking?

Posted: Wed Dec 27, 2006 5:37 am
by ubergeek42
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?