-
```
What are you doing to produce the error?
1. Sending XMPP Server pings to aSmack client
2.
3.
What is the expected output?
This is the XMPP Standards page defining pings.
Should return a "pong".
h…
-
```
What are you doing to produce the error?
1. Sending XMPP Server pings to aSmack client
2.
3.
What is the expected output?
This is the XMPP Standards page defining pings.
Should return a "pong".
h…
-
```
What are you doing to produce the error?
1. Sending XMPP Server pings to aSmack client
2.
3.
What is the expected output?
This is the XMPP Standards page defining pings.
Should return a "pong".
h…
-
Followed everything. but can't ping any domain names.
I can ping external IPs 1.1.1.1, 8.8.8.8 etc
Thoughts on this?
-
On the following piece of code
[ping startPingingWithBlock:^(GBPingSummary *summary) {
if (!ping) {
return;
}
resolve(@(@(summary.rtt * 1000)…
-
```
What are you doing to produce the error?
1. Sending XMPP Server pings to aSmack client
2.
3.
What is the expected output?
This is the XMPP Standards page defining pings.
Should return a "pong".
h…
-
```
What are you doing to produce the error?
1. Sending XMPP Server pings to aSmack client
2.
3.
What is the expected output?
This is the XMPP Standards page defining pings.
Should return a "pong".
h…
-
in some environments icmp is not routed and so ping might not work. however, host is reachable.
suggesting to use DNS lookup in case domain name was specifed or use curl to a known ressource on HTTP(…
-
Hi,
i've deployed the container and opened the 53 Port in my Firewall.
I've created an CNAME record on my Domain for ddns.domain.tld. This points to my nginx which is a reverse proxy with TLS offl…
-
The dns watcher's ping method declares the watcher dead if it can't resolve airbnb.com. This doesn't work if you are in a private network (e.g. AWS VPC) and are using a DNS server that only resolves p…