mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 00:31:51 -05:00
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 |
||
|---|---|---|
| .. | ||
| federation | ||
| __init__.py | ||
| additional_resource.py | ||
| client.py | ||
| endpoint.py | ||
| matrixfederationclient.py | ||
| request_metrics.py | ||
| server.py | ||
| servlet.py | ||
| site.py | ||