kCFSocketAutomaticallyReenableAcceptCallBack
Declaration
var kCFSocketAutomaticallyReenableAcceptCallBack: CFOptionFlags { get }Discussion
When enabled using CFSocketSetSocketFlags(_:_:), the accept callback is called every time someone connects to your socket. When disabled, the accept callback is called only once the next time a new socket connection is accepted. The accept callback is automatically reenabled by default.