Errno not supported in networking?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
ubergeek42
Posts: 83
Joined: Wed Jul 13, 2005 12:25 am

Errno not supported in networking?

Post 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?
Post Reply