Differences From Artifact [a0a08f26fb]:
- File src/OFUDPSocket.m — part of check-in [b16f2b9e25] at 2018-07-28 17:38:30 on branch trunk — Rename of_{udp_ -> }socket_address (user: js, size: 13188) [annotate] [blame] [check-ins using]
To Artifact [df2fd645d0]:
- File
src/OFUDPSocket.m
— part of check-in
[8aeee6680a]
at
2018-07-28 20:21:01
on branch trunk
— Add of_socket_address_ip_string()
This replaces of_address_to_string_and_port(). (user: js, size: 12952) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
248 249 250 251 252 253 254 | block: block] autorelease] start]; objc_autoreleasePoolPop(pool); } # endif #endif | < < < < < < < < | 248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
block: block] autorelease] start];
objc_autoreleasePoolPop(pool);
}
# endif
#endif
- (instancetype)init
{
self = [super init];
_socket = INVALID_SOCKET;
return self;
|
| ︙ | ︙ |