Re: newbie OT UDP question
Re: newbie OT UDP question
- Subject: Re: newbie OT UDP question
- From: Quinn <email@hidden>
- Date: Tue, 1 Apr 2003 09:14:19 +0100
At 13:15 -0800 31/3/03, Larry Abel wrote:
Does it also cause the endpoint to receive only messages who's
destination address and port match those specified in Bind?
Basically yes. You can use an IP address of 0 (INADDR_ANY) as an IP
address wildcard (which is generally recommended). In the multihomed
case this means that your endpoint will receive data (or connections)
that are addressed to any of the machine's IP addresses. If you bind
to a specific IP address, you only receive data or connections
destined to that specific address. DTS Technote 1145 "Living in a
Dynamic TCP/IP Environment" talks about this case in more detail.
<
http://developer.apple.com/technotes/tn/tn1145.html>
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.