ObjFW  Diff

Differences From Artifact [f3e771c9da]:

To Artifact [337485173f]:


70
71
72
73
74
75
76







77
 */
- (OFTCPSocket*)accept;

/**
 * Enable or disable keep alives for the connection.
 */
- enableKeepAlives: (BOOL)enable;







@end







>
>
>
>
>
>
>

70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
 */
- (OFTCPSocket*)accept;

/**
 * Enable or disable keep alives for the connection.
 */
- enableKeepAlives: (BOOL)enable;

/**
 * Returns the remote address of the socket. Only works with accepted sockets!
 *
 * \return The remote address as a string.
 */
- (OFString*)remoteAddress;
@end