Class SocketOptions.TcpUserTimeoutOptions

  • Enclosing class:
    SocketOptions

    public static class SocketOptions.TcpUserTimeoutOptions
    extends Object
    TCP_USER_TIMEOUT comes from RFC5482 , configuring this parameter can allow the user TCP to initiate a reconnection to solve this problem when the network is abnormal.

    The timeout is currently only supported with epoll and io_uring native transports.

    Since:
    6.2.7