lmirosevic / GBPing

Highly accurate ICMP Ping controller for iOS
Apache License 2.0
279 stars 87 forks source link

Ping result time #47

Closed AnassHmida closed 6 years ago

AnassHmida commented 6 years ago

Hello , how can I get the response time with this library ? I want time in ms. thanks.

lmirosevic commented 6 years ago

You are looking for the rtt value on the GBPingSummary object.

Please read the documentation.