cloudflare/boringtun
GitHub で見るKeeping timers relative to start of tunnel initiation is confusing
Open
#309 opened on 2022年8月24日
code qualitygood first issue
Repository metrics
- Stars
- (4,849 stars)
- PR merge metrics
- (平均マージ 318d 18h) (30d で 3 merged PRs)
説明
Keeping timers this way means that for example update_session_timers takes a time_now param that's a Duration instead of an Instant. All entries in Tunn::timers are Durations when many of them are "the time that something happened" and idiomatically I think these would be better expressed as Instants.