Keeping timers relative to start of tunnel initiation is confusing #309
Labels
code quality
A general code quality issue with the code, that is not a bug
good first issue
Good for newcomers
Keeping timers this way means that for example
update_session_timers
takes atime_now
param that's aDuration
instead of anInstant
. All entries inTunn::timers
areDuration
s when many of them are "the time that something happened" and idiomatically I think these would be better expressed asInstant
s.The text was updated successfully, but these errors were encountered: