This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helios-solo: skydns workaround to allow DNS responses up to 32768 bytes
TL;DR; skydns does not handle TCP well. We already worked around this in #900. See thar PR for more context. However, that change only fixed the problem to an extent as we still have the same issue once the responses are >4096 bytes. This change extends that workaround to allow us to survive responses up to 32768 bytes in size. This change does not fix the issue, but should make it more rare.
- Loading branch information