@@ -366,10 +366,15 @@ if (_socket != INVALID_SOCKET) [self close]; [super dealloc]; } + +- (id)copy +{ + return [self retain]; +} - (uint16_t)bindToHost: (OFString*)host port: (uint16_t)port { of_resolver_result_t **results;