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