public final class EpollQuicUtils
extends java.lang.Object
QUIC when using the EPOLL transport.| Modifier and Type | Method and Description |
|---|---|
static SegmentedDatagramPacketAllocator |
newSegmentedAllocator(int maxNumSegments)
Return a new
SegmentedDatagramPacketAllocator that can be used while using
EpollDatagramChannel. |
public static SegmentedDatagramPacketAllocator newSegmentedAllocator(int maxNumSegments)
SegmentedDatagramPacketAllocator that can be used while using
EpollDatagramChannel.maxNumSegments - the maximum number of segments that we try to send in one packet.Copyright © 2020-2022 The Netty Project. All Rights Reserved.