ObjFW  Diff

Differences From Artifact [968f2d5f3e]:

To Artifact [06d6c5c438]:


92
93
94
95
96
97
98


99
100
101
102
103
104
105
/**
 * Listen on the socket.
 */
- listen;

/**
 * Accept an incoming connection.


 */
- (OFTCPSocket*)accept;

/**
 * Enables/disables non-blocking I/O.
 */
- setBlocking: (BOOL)enable;







>
>







92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/**
 * Listen on the socket.
 */
- listen;

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

/**
 * Enables/disables non-blocking I/O.
 */
- setBlocking: (BOOL)enable;