Skip to content

Pinging ports timed out #17

@babac87

Description

@babac87

Hi,

I'm working on a small app that will ping Apple's ports from https://support.apple.com/en-vn/HT202944.

When I try

[QNNTcpPing start:@"www.apple.com" port:2195 count:3 output:nil complete: ^(QNNTcpPingResult *r) {
    NSLog(@"%@", r);
  }];

I get timeout error=60. And if I try port 80, I get response error=0.

I've tried also "http://www.apple.com" and got "tcp connect failed -1006"

Any help would be great.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions