| Modifier and Type | Field and Description |
|---|---|
static SegmentedDatagramPacketAllocator |
SegmentedDatagramPacketAllocator.NONE
SegmentedDatagramPacketAllocator which should be used if no UDP_SEGMENT is supported and used. |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.channel.ChannelOption<SegmentedDatagramPacketAllocator> |
QuicChannelOption.SEGMENTED_DATAGRAM_PACKET_ALLOCATOR
Use GSO
for QUIC packets if possible.
|
| Modifier and Type | Method and Description |
|---|---|
static SegmentedDatagramPacketAllocator |
EpollQuicUtils.newSegmentedAllocator(int maxNumSegments)
Return a new
SegmentedDatagramPacketAllocator that can be used while using
EpollDatagramChannel. |
Copyright © 2020-2022 The Netty Project. All Rights Reserved.