Differences From Artifact [1641047e8d]:
- File src/OFUDPSocket.m — part of check-in [b37fdafac1] at 2015-05-14 09:58:09 on branch trunk — Clean up a few file and socket related checks (user: js, size: 12966) [annotate] [blame] [check-ins using]
To Artifact [c798b7ff61]:
- File src/OFUDPSocket.m — part of check-in [1b1db13483] at 2015-06-28 16:16:38 on branch trunk — Extremely minor API inconsistency fix (user: js, size: 12962) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
367 368 369 370 371 372 373 |
{
if (_socket != INVALID_SOCKET)
[self close];
[super dealloc];
}
| | | 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 |
{
if (_socket != INVALID_SOCKET)
[self close];
[super dealloc];
}
- copy
{
return [self retain];
}
- (uint16_t)bindToHost: (OFString*)host
port: (uint16_t)port
{
|
| ︙ | ︙ |