summaryrefslogtreecommitdiff
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/agent/agent.h b/agent/agent.h
index 1d36a76..1746b62 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -260,9 +260,11 @@ GType nice_agent_get_type (void);
/**
* NICE_AGENT_MAX_REMOTE_CANDIDATES:
*
- * A hard limit for the number of remote candidates. This
- * limit is enforced to protect against malevolent remote
- * clients.
+ * Was a limit on the number of remote candidates one can set, but is
+ * no longer used by libnice itself.
+ *
+ * Deprecated: 0.1.20: Replace with dynamic value based on the
+ * #NiceAgent::max-connectivity-checks property
*/
#define NICE_AGENT_MAX_REMOTE_CANDIDATES 25