netty-transport-native-epoll
is
available.netty-transport-native-epoll
is
supported.Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)
that will also hint to processor we are in a busy-wait loop.DatagramChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.InternetProtocolFamily
to use depending
on the Operation Systems default which will be chosen.InternetProtocolFamily
.InternetProtocolFamily
to use depending
on the Operation Systems default which will be chosen.EventLoopGroup
which uses epoll under the covers.ThreadFactory
.ThreadFactory
.ThreadFactory
.ThreadFactory
.ThreadFactory
.ThreadFactory
.ServerSocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.SocketChannel
implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollMode
used.DatagramPacket
size.SO_BUSY_POLL
option on the socket.TCP_KEEPCNT
option on the socket.TCP_KEEPIDLE
option on the socket.TCP_KEEPINTVL
option on the socket.TCP_NOTSENT_LOWAT
option on the socket.TCP_USER_TIMEOUT
option on the socket.true
if and only if the netty-transport-native-epoll
is available.true
if the SO_REUSEPORT option is set.true
if the SO_REUSEPORT option is set.true
if SegmentedDatagramPacket
is supported natively.true
if the underlying system supports GSO.TCP_CORK
option on the socket.true
if TCP fast open is enabled, false
otherwise.UDP_GRO
is enabled.SegmentedDatagramPacket
.EpollMode
used.DatagramPacket
size.SO_BUSY_POLL
option on the socket.TCP_CORK
option on the socket.TCP_DEFER_ACCEPT
option on the socket.TCP_KEEPCNT
option on the socket.TCP_KEEPIDLE
option on the socket.TCP_KEEPINTVL
option on the socket.TCP_MD5SIG
option on the socket.TCP_MD5SIG
option on the socket.TCP_NOTSENT_LOWAT
option on the socket.TCP_QUICKACK
option on the socket.TCP_USER_TIMEOUT
option on the socket.AbstractEpollStreamChannel
to another AbstractEpollStreamChannel
.AbstractEpollStreamChannel
to another AbstractEpollStreamChannel
.AbstractEpollStreamChannel
to another FileDescriptor
.AbstractEpollStreamChannel
to another FileDescriptor
.ChannelOption.TCP_FASTOPEN
instead.ChannelOption.TCP_FASTOPEN_CONNECT
instead.TCP_INFO
for the current socket.TCP_INFO
for the current socket.netty-transport-native-epoll
.Copyright © 2008–2021 The Netty Project. All rights reserved.