return (storage_.empty());
}
- /// \brief Returns next packet from the storage..
+ /// \brief Returns next packet from the storage.
///
/// This function returns packets sequentially (in the same order
/// in which they have been appended). The returned packet is
/// \param socket An object representing socket to be used to send packets.
/// \param packets_num A number of Renew packets to be send.
///
- /// \param A number of packets actually sent.
+ /// \return A number of packets actually sent.
uint64_t sendRenewPackets(const TestControlSocket& socket,
- const uint64_t packets_num);
+ const uint64_t packets_num);
/// \brief Send a renew message using provided socket.
///