@@ -40,11 +40,11 @@ id _Nullable _exception; OFData *_Nullable _socketAddresses; size_t _socketAddressesIndex; } -- (instancetype)initWithSocket: (OFTCPSocket *)sock +- (instancetype)initWithSocket: (id)sock host: (OFString *)host port: (uint16_t)port delegate: (nullable id)delegate block: (nullable id)block; - (void)didConnect;