关于 DNS 的 512 字节
翻阅 DNS 的 RFC1035 的时候注意到一句话,通过 UDP 传输的消息被限制在 512 字节以内 Messages carried by UDP are restricted to 512 bytes (not counting the IP or UDP headers). Longer messages are truncated and the TC bit is set in the header.
翻阅 DNS 的 RFC1035 的时候注意到一句话,通过 UDP 传输的消息被限制在 512 字节以内 Messages carried by UDP are restricted to 512 bytes (not counting the IP or UDP headers). Longer messages are truncated and the TC bit is set in the header.
手动模拟flannel vxlan 的组网原理
当我们服务启用 isito 后,发现有部分请求会 503,猜测是 envoy 默认 idleTimeout 远大于服务端 的 keep-alive time...
最近给线上服务引入了 istio,发现 个别服务的一些请求刚好延迟 40ms 左右,初步排查下来是因为 Delay Ack 和 TCP 的 Nagle 算法共同左右导致的。。。
© Zzde 2020 - 2024