IoUringIoOps.SocketProtocolFamily to use depending
on the Operation Systems default which will be chosen.SocketProtocolFamily.SocketProtocolFamily to use depending
on the Operation Systems default which will be chosen.IoEvent that will be produced as an result of a IoUringIoOps.IoHandle implementation for io_uring.IoHandler which is implemented in terms of the Linux-specific io_uring API.IoOps for implementation for
Io_uring.io_uring_sqe struct.IoRegistration to use with io_uring.
struct tcp_info
{
__u8 tcpi_state;
__u8 tcpi_ca_state;
__u8 tcpi_retransmits;
__u8 tcpi_probes;
__u8 tcpi_backoff;
__u8 tcpi_options;
__u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4;
__u32 tcpi_rto;
__u32 tcpi_ato;
__u32 tcpi_snd_mss;
__u32 tcpi_rcv_mss;
__u32 tcpi_unacked;
__u32 tcpi_sacked;
__u32 tcpi_lost;
__u32 tcpi_retrans;
__u32 tcpi_fackets;
__u32 tcpi_last_data_sent;
__u32 tcpi_last_ack_sent;
__u32 tcpi_last_data_recv;
__u32 tcpi_last_ack_recv;
__u32 tcpi_pmtu;
__u32 tcpi_rcv_ssthresh;
__u32 tcpi_rtt;
__u32 tcpi_rttvar;
__u32 tcpi_snd_ssthresh;
__u32 tcpi_snd_cwnd;
__u32 tcpi_advmss;
__u32 tcpi_reordering;
__u32 tcpi_rcv_rtt;
__u32 tcpi_rcv_space;
__u32 tcpi_total_retrans;
};
true if the usage of SegmentedDatagramPacket is supported.true if the io_uring native transport is both available and supports
client-side TCP FastOpen.true if the io_uring native transport is both available and supports
server-side TCP FastOpen.IoHandlerFactory that can be used to create IoUringIoHandlers.IoHandlerFactory that can be used to create IoUringIoHandlers.IoUringIoOps.IoUringIoOps that will produce an entry on the used submission queue.ChannelOption.TCP_FASTOPEN instead.Copyright © 2008–2024 The Netty Project. All rights reserved.