We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b1fc7 commit afc3fcaCopy full SHA for afc3fca
src/messaging/ReliableMessageProtocolConfig.h
@@ -221,6 +221,10 @@ struct ReliableMessageProtocolConfig
221
* compiled-in settings, but can still be overridden by ICD configuration
222
* and other things that would override the compiled-in settings.
223
*
224
+ * Changing the value via this function does not affect any existing
225
+ * sessions or exchanges, but does affect the values we communicate to our
226
+ * peer during future session establishments.
227
+ *
228
* @return whether the local MRP configuration actually changed as a result
229
* of this call. If it did, callers may need to reset DNS-SD
230
* advertising to advertise the updated values.
0 commit comments