I'm developing a multi player game for iphone.
What's the best and fastest class to use for socket programming?
Client should listen for socket communication constantly.
Depending on your needs, you may be able to use the classes from the TouchFighter source code (available at WWDC or the iPhone Tech Talks) - it has a series of classes that make it easy to pass data back and forth between two applications.