Does NSFileHandle create the sockets for me? Or must I create them myself and then setup an NSFileHandle to use that socket?
+1
A:
No, it does not. Use initWithFileDescriptor:
initializer and supply a BSD socket. These are real basics, it's all written in documentation, please consult the documentation before posting here.
Michal
2010-10-23 16:34:04
I did read the whole Low Level File Management Programming Topics guide. And they don't talk much about details there.
BugAlert
2010-10-23 17:25:24