softRetryWindowMs property
How long a dropped client's session and auth ticket stay resumable, in milliseconds. A reconnect within this window may retry soft (reusing the ticket); past it the server has let the session go. 0 means the server predates the field; clients fall back to their built-in window.
Implementation
int softRetryWindowMs;