Commit Graph

4 Commits

Author SHA1 Message Date
Yat Ho
4318a6f1ac fix: caching a source address doesn't imply public internet connectivity (#7520) 2025-11-12 14:46:26 -06:00
Yat Ho
49c099f6fa refactor: add more details to logs in ip cache (#7525)
* refactor: add more details to error logs in ip cache

* refactor: improve logs for ip cache set methods

* code review: warn if cannot obtain any source address

* refactor: error if cannot obtain any source address

* code review: better variable naming
2025-10-16 08:44:53 -05:00
Yat Ho
bf461a0f72 refactor: removed redundant type check in tr_ip_cache::set_global_addr() (#7551)
* refactor: removed redundant type check in `tr_ip_cache::set_global_addr()`

* chore: tweak formatting
2025-10-14 13:00:01 -05:00
Yat Ho
a76a07ae99 chore: misc code cleanups (#6927)
* refactor: avoid repeated subscripting in `announcer-udp.cc`

* chore: remove redundant locking in global ip cache

* chore: misc code cleanup in global ip cache

* fixup! chore: misc code cleanup in global ip cache

* refactor: remove `tr_global_ip_cache::create()`

* refactor: rename `tr_global_ip_cache` to `tr_ip_cache`

* build: sync changes to xcode
2024-07-14 01:37:55 +01:00