Differences From Artifact [1f16028c4d]:
- File src/OFIPSocketAsyncConnector.m — part of check-in [3ea919f393] at 2020-05-28 23:49:36 on branch 1.0 — Remove OFSCTPSocket, as it is not ready for 1.0 (user: js, size: 5944) [annotate] [blame] [check-ins using]
To Artifact [a2237d54c6]:
- File src/OFIPSocketAsyncConnector.m — part of check-in [a1163fb58b] at 2020-11-12 00:45:35 on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 5944) [annotate] [blame] [check-ins using] [more...]
︙ | |||
234 235 236 237 238 239 240 | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | + - + - | { @try { of_socket_address_t address = of_socket_address_parse_ip(_host, _port); _socketAddresses = [[OFData alloc] initWithItems: &address count: 1 |
︙ |