The following setsockopt() command fails with error 10022 ( invalid option) using CE 5.0, but works fine on my desktop (XP). sockDesc was checked for validity.
void UDPSocket::disableCheckSum() {
BOOL bOptVal = TRUE;
int bOptLen = sizeof(BOOL);
int err;
int ret;
ret = setsockopt(sockDesc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.