DirectTCPSocketOptions constructor
DirectTCPSocketOptions({
- required bool noDelay,
- num? keepAliveDelay,
- num? sendBufferSize,
- num? receiveBufferSize,
- DirectSocketDnsQueryType? dnsQueryType,
Implementation
DirectTCPSocketOptions({
required this.noDelay,
this.keepAliveDelay,
this.sendBufferSize,
this.receiveBufferSize,
this.dnsQueryType,
});