Add handshake and connect times
authorSubodh Iyengar <subodh@fb.com>
Thu, 15 Oct 2015 05:03:26 +0000 (22:03 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Thu, 15 Oct 2015 05:20:19 +0000 (22:20 -0700)
commit18435bce240108397da4ba1ce0b9db317272b7fd
tree8f4e8b18118d5878194a30d01f9d864364e8516c
parentae574fb983e56d0774a6694667dc2da8cf984ce1
Add handshake and connect times

Summary: Add api to get time taken to establish
connections and to complete handshake
for clients using AsyncSocket directly.

Reviewed By: @afrind

Differential Revision: D2435074

fb-gh-sync-id: f44c336e62c426736eb5b3d88dd57a18572382e8
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp