[PATCH] tcp: Update EPOLL_TYPE_TCP_TIMER fd
For consistency with other epoll events, set the fd field to the file
descriptor actually added by epoll_ctl() (conn->timer), rather than
conn->sock.
This is a no-op change as ref.fd is not currently used in
tcp_timer_handler().
Signed-off-by: Laurent Vivier
On Thu, 18 Dec 2025 14:58:33 +0100
Laurent Vivier
For consistency with other epoll events, set the fd field to the file descriptor actually added by epoll_ctl() (conn->timer), rather than conn->sock.
This is a no-op change as ref.fd is not currently used in tcp_timer_handler().
Signed-off-by: Laurent Vivier
Applied. -- Stefano
participants (2)
-
Laurent Vivier
-
Stefano Brivio