NodeInterfaceOptions

@safe
struct NodeInterfaceOptions {
uint send_timeout;
uint recv_timeout;
uint send_max_retry;
uint pool_size;
size_t bufsize;
string node_address;
uint compression_level;
}

Mixed In Members

From mixin JSONCommon

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON