Table of Contents

Class QuicServerTransportOptions

Namespace
IceRpc.Transports.Quic
Assembly
IceRpc.dll

The options class for configuring QuicServerTransport.

public sealed record QuicServerTransportOptions : QuicTransportOptions, IEquatable<QuicTransportOptions>, IEquatable<QuicServerTransportOptions>
Inheritance
QuicServerTransportOptions
Implements
Inherited Members

Properties

ListenBacklog

Gets or sets the length of the server listen queue for accepting new connections. If a new connection request arrives and the queue is full, the client connection establishment will fail with a IceRpcException and the ConnectionRefused error code.

public int ListenBacklog { get; set; }

Property Value

int

The server listen backlog size. Defaults to 511.