Remove getTFOSucceeded
authorSubodh Iyengar <subodh@fb.com>
Tue, 9 Aug 2016 14:53:04 +0000 (07:53 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Tue, 9 Aug 2016 15:08:25 +0000 (08:08 -0700)
commit70618258130b18cae08ecd5e88de518ab38425fd
tree19d110991f4ab7e8ea6849979a0d1556b15a1bc5
parentcf93e8078003574f8b48d411383098d52ba0c642
Remove getTFOSucceeded

Summary:
The getTFOsucceeded doesn't really work right now
as intended. Currently we check right after sendmsg,
however we can only know whether or not the server
has acked the data after 1-RTT.

This removes getTFOSucceeded. Will fix in another diff.

Differential Revision: D3679235

fbshipit-source-id: 6b2bb01d3743ea7e68ad3cc9a26be6806f17ffbe
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/test/AsyncSocketTest2.cpp