diff --git a/src/applications/onoff/onoff-application.h b/src/applications/onoff/onoff-application.h index c16730cad..371bae947 100644 --- a/src/applications/onoff/onoff-application.h +++ b/src/applications/onoff/onoff-application.h @@ -54,7 +54,9 @@ public: /** * \param n node associated to this application * \param remote remote ip address - * \param iid + * \param iid interface ID of the socket factory to use. Note this + * factory should create sockets compatible with the specified + * remote address. * \param ontime on time random variable * \param offtime off time random variable */ @@ -67,7 +69,9 @@ public: /** * \param n node associated to this application * \param remote remote ip address - * \param iid + * \param iid interface ID of the socket factory to use. Note this + * factory should create sockets compatible with the specified + * remote address. * \param ontime on time random variable * \param offtime off time random variable * \param rate data rate when on