You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time libpaf needs to know the lowest TTL for services it owns, it scans through the list.
For libpaf instances through which many services are published, this is a relatively time-consuming operation. It would be better to cache the lowest TTL, or keep a sorted structured of some sort, of all TTLs.
This improvement only affects protocol v3 mode.
The text was updated successfully, but these errors were encountered:
Every time libpaf needs to know the lowest TTL for services it owns, it scans through the list.
For libpaf instances through which many services are published, this is a relatively time-consuming operation. It would be better to cache the lowest TTL, or keep a sorted structured of some sort, of all TTLs.
This improvement only affects protocol v3 mode.
The text was updated successfully, but these errors were encountered: