tkalkirill commented on code in PR #5505: URL: https://github.com/apache/ignite-3/pull/5505#discussion_r2015847236
########## modules/network/src/main/java/org/apache/ignite/internal/network/configuration/MulticastConfigurationSchema.java: ########## @@ -42,8 +42,8 @@ public class MulticastConfigurationSchema { @Range(min = 0) public final int resultWaitTime = 500; - /** Time to live for multicast packets. */ + /** Time to live for multicast packets. Value -1 corresponds to system default value. */ Review Comment: I suggest replacing the value with a reference to a constant, in case its value changes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org