Document the iid parameter of OnOffApplication.
--- a/src/applications/onoff/onoff-application.h Tue Jan 08 14:06:49 2008 +0000
+++ b/src/applications/onoff/onoff-application.h Tue Jan 08 17:45:57 2008 +0000
@@ -54,7 +54,9 @@
/**
* \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 @@
/**
* \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