Skip to content

TCP_USER_TIMEOUT isn't configured for EpollTransport (Server) #5912

@shashank-bairy

Description

@shashank-bairy

Version

4.5.1

Context

Was running a java vertx server and client locally in dockerized containers with TCP_USER_TIMEOUT using setTcpUserTimeout.
By dropping 100% packets using tc before it reaches client, was trying to test if server automatically disconnects the connection on reaching the configured timeout duration. It didn't.
But it used to work for client side.

Figured out the issue being TCP_USER_TIMEOUT not being set while bootstrapping server in EpollTransport.
Will be raising PR for the same.

Steps to reproduce

No response

Do you have a reproducer?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions