[SR-Users] during registration nonce expired, after backwards time shift
Vasiliy Ganchev
vasiliy.ganchev at wildix.com
Thu Sep 3 09:53:36 CEST 2015
Hi!
tested with:
+ /* if current time is less than start time, reset the start time
+ (e.g., after start, the system clock was set in the past) */
+ t=time(0);
+ if (t < up_since)
+ up_since = t;
+ if (since < t)
+ return 4;
+ }
there is no iteration with nonce expired. Is it OK?
If yes, I think we can close this discussion (will you push the changes to
master branch?)
Many thanks )
--
View this message in context: http://sip-router.1086192.n5.nabble.com/during-registration-nonce-expired-after-backwards-time-shift-tp140536p140976.html
Sent from the Users mailing list archive at Nabble.com.
More information about the sr-users
mailing list