-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[PATCH 1/2] Remove freed server_common entities from list We didn't hit this before as we never removed common entities. When using service requests, we remove the resolved fo_servers when we hit a timeout, so the server_common can be also removed.
[PATCH 2/2] Support SRV servers in failover Adds a new failover API call fo_add_srv_server that allows the caller to specify a server that is later resolved into a list of specific servers using SRV requests.
Also adds a new failover option that specifies how often should the servers resolved from SRV query considered valid until we need a refresh.
The "real" servers to connect to are returned to the user as usual, using the fo_resolve_service_{send,recv} calls.