Is there any way I can get - Dns lookup time - TCP...
# squarelibraries
r
Is there any way I can get • Dns lookup time • TCP Handshake time • SSL Handshake time while making a network request using Okhttp3 ?
y
Depending on how motivated you are https://stackoverflow.com/q/66364993/1542667 more options from events through to WireShark. Mostly debugging only options though. Not for prod code.
r
I actually need the time for prod code. Need to measure time and show it on application
👍 1