Get whether or not the socket is accepting new connections

Synopsis

Declared in <folly/io/async/AsyncServerSocket.h>

bool
getAccepting() const;

Return Value

True if the socket is accepting new connections.

Created with MrDocs