Re: Namespace and socket errors?
- Posted by Mihail121 Feb 06, 2011
- 1172 views
jimcbrown said...
Hmm. At first I'd say the documentation is wrong, because -38 is valid return code (that signifies an error), but if that's the case then it should not be causing a type check error.
Anyways, -38 means the socket type is not supported. This is correct, as SOCK_STREAM*50 doesn't represent a valid socket type.
What are you trying to accomplish by multiplying SOCK_STREAM by 50?
Absolutely nothing, just tested to see if the documentation is consistent which is not the case. Should I submit a report of some sorts or? And thank you for the help.
Can somebody else verify the scenario?