I remember that I did look into Smallsockets, but never used it. But maybe
perfect for you.
HTH
Op 9 apr 2011, om 05:04 heeft Heizer, Charles het volgende geschreven:
> Thanks,
> This is what I kind of suspected. Are there any wrappers around bsd socket to
> make it easier?
>
> Thanks,
> Cha
Thanks,
This is what I kind of suspected. Are there any wrappers around bsd socket to
make it easier?
Thanks,
Charles
On Apr 8, 2011, at 5:17 PM, Dave Carrigan wrote:
>
> On Apr 8, 2011, at 3:26 PM, Heizer, Charles wrote:
>
>> What is the best way to test to see if a TCP port is reachable a
On Apr 8, 2011, at 3:26 PM, Heizer, Charles wrote:
> What is the best way to test to see if a TCP port is reachable and will
> answer connections? I was trying to use NSSocketPort and NSConnection but I'm
> not getting a valid connection.
You have to connect to it. Unfortunately, neither NSSoc
On Fri, Apr 8, 2011 at 6:26 PM, Heizer, Charles wrote:
>
> What is the best way to test to see if a TCP port is reachable and will
> answer connections? I was trying to use NSSocketPort and NSConnection but I'm
> not getting a valid connection.
>
> NSSocketPort *sendPort = [[NSSocketPort alloc]
On Fri, Apr 8, 2011 at 3:26 PM, Heizer, Charles wrote:
> What is the best way to test to see if a TCP port is reachable and will
> answer connections? I was trying to use NSSocketPort and NSConnection but I'm
> not getting a valid connection.
The *only* way to correctly determine if a TCP port
Hello,
What is the best way to test to see if a TCP port is reachable and will answer
connections? I was trying to use NSSocketPort and NSConnection but I'm not
getting a valid connection.
Thanks,
Charles
NSSocketPort *sendPort = [[NSSocketPort alloc] initRemoteWithTCPPort:3600
host:@"test.my