Document the iid parameter of OnOffApplication.
1.1 --- a/src/applications/onoff/onoff-application.h Tue Jan 08 14:06:49 2008 +0000
1.2 +++ b/src/applications/onoff/onoff-application.h Tue Jan 08 17:45:57 2008 +0000
1.3 @@ -54,7 +54,9 @@
1.4 /**
1.5 * \param n node associated to this application
1.6 * \param remote remote ip address
1.7 - * \param iid
1.8 + * \param iid interface ID of the socket factory to use. Note this
1.9 + * factory should create sockets compatible with the specified
1.10 + * remote address.
1.11 * \param ontime on time random variable
1.12 * \param offtime off time random variable
1.13 */
1.14 @@ -67,7 +69,9 @@
1.15 /**
1.16 * \param n node associated to this application
1.17 * \param remote remote ip address
1.18 - * \param iid
1.19 + * \param iid interface ID of the socket factory to use. Note this
1.20 + * factory should create sockets compatible with the specified
1.21 + * remote address.
1.22 * \param ontime on time random variable
1.23 * \param offtime off time random variable
1.24 * \param rate data rate when on