summaryrefslogtreecommitdiff
path: root/pjlib-util/include/pjlib-util/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib-util/include/pjlib-util/config.h')
-rw-r--r--pjlib-util/include/pjlib-util/config.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/pjlib-util/include/pjlib-util/config.h b/pjlib-util/include/pjlib-util/config.h
index 7abba3c1..3127a415 100644
--- a/pjlib-util/include/pjlib-util/config.h
+++ b/pjlib-util/include/pjlib-util/config.h
@@ -191,7 +191,19 @@
*/
/**
- * Maximum number of attributes in the STUN packet.
+ * Maximum number of attributes in the STUN packet (for the old STUN
+ * library).
+ *
+ * Default: 16
+ */
+#ifndef PJSTUN_MAX_ATTR
+# define PJSTUN_MAX_ATTR 16
+#endif
+
+
+/**
+ * Maximum number of attributes in the STUN packet (for the new STUN
+ * library).
*
* Default: 16
*/
@@ -199,7 +211,6 @@
# define PJ_STUN_MAX_ATTR 16
#endif
-
/**
* @}
*/