My account: Login | Sign Up
Loading... 

Windows CE 5.0 UDP_NOCHECKSUM fails | Thread profile

Thread profile page for "Windows CE 5.0 UDP_NOCHECKSUM fails" on http://www.tek-tips.com. This report page is a snippet summary view from a single thread "Windows CE 5.0 UDP_NOCHECKSUM fails", located on the Message Board at http://www.tek-tips.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Windows CE 5.0 UDP_NOCHECKSUM fails
Site: Tek-Tips Forums  Tek-Tips Forums - site profile
Forum: Microsoft: Windows CE  Microsoft: Windows CE - forum profile
Total authors: 1 author
Total thread posts: 1 post
Thread activity: no new posts during last week
Domain info for: tek-tips.com

Thread posts in Windows CE 5.0 UDP_NOCHECKSUM fails:

1. 
Started 3 months ago (2008-07-10 16:17:00)  by chip61
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, IPPROTO_UDP, UDP_NOCHECKSUM,(char *)&bOptVal,bOptLen); cout << "ret = " << ret << endl; err = ...
Size: 855 bytes
Customize:  Customize "Windows CE 5.0 UDP_NOCHECKSUM fails :: Microsoft: Windows CE :: Tek-Tips Forums"
 

Top contributing authors for Windows CE 5.0 UDP_NOCHECKSUM fails

Name Posts
chip61 1