@@ -23,10 +23,11 @@ OF_ASSUME_NONNULL_BEGIN /*! @file */ +@class OFData; @class OFDatagramSocket; #ifdef OF_HAVE_BLOCKS /*! * @brief A block which is called when a packet has been received. @@ -82,11 +83,11 @@ length: (size_t)length sender: (const of_socket_address_t *_Nonnull)sender exception: (nullable id)exception; /*! - * @brief This which is called when a packet has been sent. + * @brief This method is called when a packet has been sent. * * @param socket The datagram socket which sent a packet * @param data The data which was sent * @param receiver The receiver for the packet * @param exception An exception that occurred while sending, or nil on success