Skip to content

tcp: allow again tcp_disconnect() when threads are waiting

Paolo Abeni requested to merge pabeni/centos-stream-9:tcp_unconnect into main

JIRA: https://issues.redhat.com/browse/RHEL-12593 Tested: vs bz reproducer

Restore the ability to cancel a pending connect() via connect(AF_UNSPEC) in another thread

Signed-off-by: Paolo Abeni pabeni@redhat.com

Edited by Paolo Abeni

Merge request reports