TCPConfig constructor

const TCPConfig({
  1. TCPHeaderConfig? header,
  2. bool? acceptProxyProtocol,
})

Implementation

const factory TCPConfig({
  TCPHeaderConfig? header,
  bool? acceptProxyProtocol,
}) = _TCPConfig;