enableQuic property

bool enableQuic
final

Whether to enable the native QUIC transport.

Defaults to false because the current package:ipfs_libp2p dependency does not expose a QUIC transport class; enabling this currently logs a warning and falls back to TCP-only mode.

Implementation

final bool enableQuic;