Skip to content

vsock/tsi: use EDGE_TRIGGERED on EventSet::OUT#531

Open
slp wants to merge 2 commits intocontainers:mainfrom
slp:vsock-tsi-eventout
Open

vsock/tsi: use EDGE_TRIGGERED on EventSet::OUT#531
slp wants to merge 2 commits intocontainers:mainfrom
slp:vsock-tsi-eventout

Conversation

@slp
Copy link
Collaborator

@slp slp commented Feb 4, 2026

When we're waiting on ProxyStatus::Connecting, we set EventSet::OUT to be informed when the socket has connected. Use EDGE_TRIGGERED along with it so the event is generated just once.

Fixes bogus errors on #526

slp added 2 commits February 4, 2026 17:51
When we're waiting on ProxyStatus::Connecting, we set EventSet::OUT to
be informed when the socket has connected. Use EDGE_TRIGGERED along
with it so the event is generated just once.

Signed-off-by: Sergio Lopez <slp@redhat.com>
It was useful to have this as an error while we were checking for
correctness, but now it just confuses users into thinking there's an
actual problem.

Tone it down from error to debug.

Signed-off-by: Sergio Lopez <slp@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant