Skip to content

Commit afc3fca

Browse files
Address review comment.
1 parent f1b1fc7 commit afc3fca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/messaging/ReliableMessageProtocolConfig.h

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ struct ReliableMessageProtocolConfig
221221
* compiled-in settings, but can still be overridden by ICD configuration
222222
* and other things that would override the compiled-in settings.
223223
*
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+
*
224228
* @return whether the local MRP configuration actually changed as a result
225229
* of this call. If it did, callers may need to reset DNS-SD
226230
* advertising to advertise the updated values.

0 commit comments

Comments
 (0)