ubergeek42
Joined: 13 Jul 2005 Posts: 83
|
Posted: Wed Dec 27, 2006 5:37 am Post subject: 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? |
|