ObjFW  Diff

Differences From Artifact [c2014cc1a4]:

To Artifact [cd27a12d0a]:


48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
 */
- listen;

/**
 * Accept an incoming connection.
 * \return An autoreleased OFTCPSocket for the accepted connection.
 */
- (OFTCPSocket*)accept;

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

/**
 * Closes the socket.
 */
- close;
@end







|











48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
 */
- listen;

/**
 * Accept an incoming connection.
 * \return An autoreleased OFTCPSocket for the accepted connection.
 */
- (OFSocket*)accept;

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

/**
 * Closes the socket.
 */
- close;
@end