Differences From Artifact [853854160a]:
- File src/OFIPSocketAsyncConnector.m — part of check-in [e3c5bb70dd] at 2021-04-17 13:58:44 on branch new-naming-convention — of_socket_address_t -> OFSocketAddress (user: js, size: 5773) [annotate] [blame] [check-ins using]
To Artifact [8b23b2fea4]:
- File src/OFIPSocketAsyncConnector.m — part of check-in [7392685ffc] at 2021-04-18 15:55:32 on branch new-naming-convention — Rename all functions in macros.h (user: js, size: 5772) [annotate] [blame] [check-ins using] [more...]
︙ | |||
67 68 69 70 71 72 73 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - + | [_socket setCanBlock: true]; #ifdef OF_HAVE_BLOCKS if (_block != NULL) { if ([_socket isKindOfClass: [OFTCPSocket class]]) ((OFTCPSocketAsyncConnectBlock)_block)(_exception); else |
︙ |