Skip to content
Snippets Groups Projects
  • Erik Johnston's avatar
    f299c541
    Refactor MatrixFederationAgent to retry SRV. · f299c541
    Erik Johnston authored
    This refactors MatrixFederationAgent to move the SRV lookup into the
    endpoint code, this has two benefits:
    	1. Its easier to retry different host/ports in the same way as
    	   HostnameEndpoint.
    	2. We avoid SRV lookups if we have a free connection in the pool
    f299c541
    History
    Refactor MatrixFederationAgent to retry SRV.
    Erik Johnston authored
    This refactors MatrixFederationAgent to move the SRV lookup into the
    endpoint code, this has two benefits:
    	1. Its easier to retry different host/ports in the same way as
    	   HostnameEndpoint.
    	2. We avoid SRV lookups if we have a free connection in the pool