• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UDP SOCKETS!!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UDP SOCKETS!!


  • Subject: Re: UDP SOCKETS!!
  • From: Dustin Voss <email@hidden>
  • Date: Tue, 15 Feb 2005 10:10:57 -0800

On 13 Feb, 2005, at 10:29 PM, apr trainees wrote:

1. what are the various ways in which i can implememnt udp sockets in cocoa?

I have heard of the following:
	• 	use small sockets
	• 	netsocket
	• 	async socket
	• 	cfsocket

Small Sockets, NetSocket, and my own AsyncSocket don't support UDP. You should use CFSocket, add it to the run-loop for background processing, and use the normal BSD UDP functions for reading and writing. If you want to look at integrating CFSockets into your run-loop, check the Net- or AsyncSocket source code (IIRC, Small Sockets does not use CFSocket).


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >UDP SOCKETS!! (From: apr trainees <email@hidden>)

  • Prev by Date: Re: IB question
  • Next by Date: Re: Saving NSObjectController info
  • Previous by thread: Re: UDP SOCKETS!!
  • Next by thread: A intractable socket bind problem.
  • Index(es):
    • Date
    • Thread