UDP using CAsyncSocket
- From: "DecafCoffeeDrinker" <invalid@xxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 22:41:55 GMT
I have always used CAsyncSocket to make TCP connections. But for my current
project I need to receive from a UDP stream. I thought I would just use
CAsyncSocket and specify SOCK_DGRAM in the Create function. I asked my
client for the address and port I should be using. He told me the port
number and said "its UDP, I don't need an address". I said "Oh" and I left.
I never connected to UDP before so I don't know. Now I am in my office and I
am looking stuff up and I am confused...
For UDP, do I need an address to receive data as a client?
.
- Follow-Ups:
- Re: UDP using CAsyncSocket
- From: Scott McPhillips [MVP]
- Re: UDP using CAsyncSocket
- Prev by Date: UDP using CAsyncSocket
- Next by Date: Re: I want to use CFileDialog for a path only!
- Previous by thread: UDP using CAsyncSocket
- Next by thread: Re: UDP using CAsyncSocket
- Index(es):
Relevant Pages
|