streamSetting property
Stream settings for the connection.
Implementation
late Map<String, dynamic> streamSetting = {
'network': network,
'security': '',
'tcpSettings': null,
'kcpSettings': null,
'wsSettings': null,
'httpSettings': null,
'tlsSettings': null,
'quicSettings': null,
'realitySettings': null,
'grpcSettings': null,
'dsSettings': null,
'sockopt': null
};