diff options
| author | Yumei Huang <yuhuang@redhat.com> | 2026-02-14 15:31:36 +0800 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-02-15 02:48:34 +0100 |
| commit | bebafa72a982784164a7d556bd860ec0ed1e02c7 (patch) | |
| tree | 317b96a6e92d037b5fddbe5c1b4f7963447ca48d /test/lib | |
| parent | 036fb8770cc2fdbc4ef90a100a4fb4c80e73f777 (diff) | |
| download | passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar.gz passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar.bz2 passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar.lz passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar.xz passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.tar.zst passt-bebafa72a982784164a7d556bd860ec0ed1e02c7.zip | |
udp: Split activity timeouts for UDP flows
Frequent DNS queries over UDP from a container or guest can result
in many sockets shown in ss(8), typically one per flow. This is
expected and harmless, but it can make the output of ss(8) look
noisy and potentially concern users.
This patch splits UDP flow timeouts into two, mirroring the Linux
kernel, and sources the values from kernel parameters. The shorter
timeout is applied to unidirectional flows and minimal bidirectional
exchanges (single datagram and reply), while the longer timeout is
used for bidirectional flows with multiple datagrams on either side.
Link: https://bugs.passt.top/show_bug.cgi?id=197
Suggested-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Yumei Huang <yuhuang@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/lib')
0 files changed, 0 insertions, 0 deletions
