@@ -102,12 +102,20 @@ { of_socket_t _socket; #ifdef OF_WII uint16_t _port; #endif + bool _blocking; } +/*! + * @brief Whether the socket is in blocking mode. + * + * By default, a socket is in blocking mode. + */ +@property (nonatomic, getter=isBlocking) bool blocking; + /*! * @brief Returns a new, autoreleased OFUDPSocket. * * @return A new, autoreleased OFUDPSocket */