diff --git a/include/lokinet/lokinet_udp.h b/include/lokinet/lokinet_udp.h index 15b503809..9e520dcd3 100644 --- a/include/lokinet/lokinet_udp.h +++ b/include/lokinet/lokinet_udp.h @@ -90,8 +90,9 @@ extern "C" struct lokinet_context* ctx); /// @brief send on an established flow to remote endpoint + /// blocks until we have sent the packet /// - /// @param flowinfo populated after call on success + /// @param flowinfo remote flow to use for sending /// /// @param ptr pointer to data to send ///