diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2026-05-18 13:22:43 +1000 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-05-20 01:23:47 +0200 |
| commit | b64ef531b08a2969e26a2212499734940a0c6335 (patch) | |
| tree | e8cd2fd0f338b2eae27cf23aa28beb5d74c7d01e /test/tcp/git: | |
| parent | 5ef0fc44a9a334f6b433a2c795d82b89dd9f1133 (diff) | |
| download | passt-b64ef531b08a2969e26a2212499734940a0c6335.tar passt-b64ef531b08a2969e26a2212499734940a0c6335.tar.gz passt-b64ef531b08a2969e26a2212499734940a0c6335.tar.bz2 passt-b64ef531b08a2969e26a2212499734940a0c6335.tar.lz passt-b64ef531b08a2969e26a2212499734940a0c6335.tar.xz passt-b64ef531b08a2969e26a2212499734940a0c6335.tar.zst passt-b64ef531b08a2969e26a2212499734940a0c6335.zip | |
conf, repair, tap: Document reasons for blocking Unix sockets
Most of our operation is asynchronous, based on non-blocking fds handled
in our epoll loop. However, our several Unix sockets (tap client, repair
helper, control client) are all blocking fds after accept().
That is in fact correct, but for not especially obvious reasons that are
slightly different in each case. Add explanatory comments to each of them.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
[sbrivio: Fixed minor coding style detail in comment in conf_accept()]
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/tcp/git:')
0 files changed, 0 insertions, 0 deletions
