@@ -512,10 +512,18 @@ newSocket->sockAddr = addr; newSocket->sockAddrLen = addrLen; return newSocket; } + +- (void)asyncAcceptWithTarget: (id)target + selector: (SEL)selector +{ + [OFRunLoop OF_addAsyncAcceptForTCPSocket: self + target: target + selector: selector]; +} #ifdef OF_HAVE_BLOCKS - (void)asyncAcceptWithBlock: (of_tcpsocket_async_accept_block_t)block { [OFRunLoop OF_addAsyncAcceptForTCPSocket: self