RejectConnectionPredicate

Callback type used to determine whether to reject incoming connections

alias RejectConnectionPredicate = bool delegate
(
in NetworkAddress
)
@safe nothrow

Meta