Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to connect an iOS device with a server trough TCP. I am currently using the function CFStreamCreatePairWithSocketToHost. My problem is that i want to set the local port that the iOS device needs to use. Is there anyone who has experience with this and could tell me how to do this?

share|improve this question

1 Answer

up vote 2 down vote accepted

I have found the answer.

I am now using the cocoaasyncsocket library. Connecting with a host using the function connectToAddress: viaInterfaceAddress: withTimeout: error: gave me the possibility to define my local port.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.