2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
42#ifndef NET_IN6_STREAM_CONFIG_CONFIGSOCKETCLIENT_H
43#define NET_IN6_STREAM_CONFIG_CONFIGSOCKETCLIENT_H
45#include "net/config/stream/ConfigSocketClient.h"
46#include "net/in6/config/ConfigAddress.h"
48namespace net::config {
52#ifndef DOXYGEN_SHOULD_SKIP_THIS
60namespace net::in6::stream::
config {
ConfigPhysicalSocket & addSocketOption(int optLevel, int optName, int optValue)
CLI::Option * addSocketOption(const std::string &name, int optLevel, int optName, const std::string &description, const std::string &typeName, const std::string &defaultValue, const CLI::Validator &validator)
ConfigSocketClient(net::config::ConfigInstance *instance)
ConfigAddress & setPortRequired(bool required=true)
ConfigAddress & setAiSockType(int aiSocktype)
ConfigAddress & setHostRequired(bool required=true)
ConfigAddress & setAiProtocol(int aiProtocol)
ConfigSocketClient & setDisableNagleAlgorithm(bool disableNagleAlgorithm=true)
bool getDisableNagleAlgorithm() const
~ConfigSocketClient() override
ConfigSocketClient(net::config::ConfigInstance *instance)
CLI::Option * disableNagleAlgorithmOpt