ObjFW  Diff

Differences From Artifact [91d2dde531]:

To Artifact [5f9ebf21be]:


89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/**
 * 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;







|
<







89
90
91
92
93
94
95
96

97
98
99
100
101
102
103
/**
 * Listen on the socket.
 */
- listen;

/**
 * Accept an incoming connection.
 * \return An autoreleased OFTCPSocket for the accepted connection.

 */
- (OFTCPSocket*)accept;

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