ObjFW  Diff

Differences From Artifact [94c6897cee]:

To Artifact [3fbaff1bfd]:


133
134
135
136
137
138
139

140
141
142
143
144
145
146
}

/**
 * @brief Whether the socket can block.
 *
 * By default, a socket can block.
 *

 * @throw OFSetOptionFailedException The option could not be set
 */
@property (nonatomic) bool canBlock;

/**
 * @brief Whether the socket is a listening socket.
 */







>







133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
}

/**
 * @brief Whether the socket can block.
 *
 * By default, a socket can block.
 *
 * @throw OFGetOptionFailedException The option could not be retrieved
 * @throw OFSetOptionFailedException The option could not be set
 */
@property (nonatomic) bool canBlock;

/**
 * @brief Whether the socket is a listening socket.
 */