Implementing a callback interface for folly::AsyncSocket allowing to supply an ancill...
authorMaxim Georgiev <maxgeorg@fb.com>
Fri, 10 Mar 2017 06:19:15 +0000 (22:19 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 10 Mar 2017 06:20:14 +0000 (22:20 -0800)
commit8ecc23d91b78319b9d65747c4a689b6473c52ce1
tree165dae52c6e1641c00cb5f655b2c8f2a13622a0e
parentd9bf016dbcafb3c7c3fac4d081c5e63bed6516c5
Implementing a callback interface for folly::AsyncSocket allowing to supply an ancillary data buffer with msghdr structure to sendmsg() system call

Summary: Implementing a callback interface for folly::AsyncSocket allowing to supply an ancillary data buffer with msghdr structure to sendmsg() system call.

Reviewed By: afrind

Differential Revision: D4422168

fbshipit-source-id: 29a23b05f704aff796d368f4ac9514c49b7ce578
folly/io/async/AsyncSSLSocket.cpp
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/AsyncSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp