|
-
May 1st, 2009, 08:58 AM
#1
Can anyone provide a simple connected UDP client/server example?
Hello,
Can anyone provide a simple connected UDP client/server example? When I try to call connect() it returns winsock error 10038 which is WSAENOTSOCK, " Socket operation on non-socket. An operation was attempted on something that is not a socket. The specified socket parameter refers to a file, not a socket"
Regards,
Ellay K.
-
May 3rd, 2009, 11:14 AM
#2
Re: Can anyone provide a simple connected UDP client/server example?
 Originally Posted by ekhule
Hello,
Can anyone provide a simple connected UDP client/server example? When I try to call connect() it returns winsock error 10038 which is WSAENOTSOCK, " Socket operation on non-socket. An operation was attempted on something that is not a socket. The specified socket parameter refers to a file, not a socket"
Regards,
Ellay K.
For the example, you can check any of these:
http://www.tenouk.com/Winsock/Winsock2example9.html
or
http://www.codeproject.com/KB/IP/udptime.aspx
Some people here might be interested to help you if you share your codes.
Xander Tan
-
May 16th, 2009, 03:09 PM
#3
Re: Can anyone provide a simple connected UDP client/server example?
yup, it would be interesting, i want to write something like that too
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|