Expose pending messages in queue stats in AsyncServerSocket
authorJun Li <albertli@fb.com>
Tue, 27 Oct 2015 00:40:17 +0000 (17:40 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 27 Oct 2015 01:20:20 +0000 (18:20 -0700)
commit28c5ca589c26815b2393b35e6a2fc582f37f6453
treed405a2e914244f41e8aafb2601f8584a334ee5ec
parent59527d6ae3453d12190f38762637c0fd19b6abd7
Expose pending messages in queue stats in AsyncServerSocket

Summary: Expose pending messages in accept queue in AsyncServerSocket.

Set default accept message queue size to 1024.

Reviewed By: djwatson

Differential Revision: D2525161

fb-gh-sync-id: a69ea0ee77729e4a8300bde3e3c07840f2d5d3cb
folly/io/async/AsyncServerSocket.h
folly/io/async/test/AsyncSocketTest2.cpp