Documentation
Tagion
NodeInterfaceOptions
tagion
services
nodeinterface
@
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
JSONRecord
toJSON
JSON
.
JSONValue
toJSON
()
stringify
string
stringify
()
Stringify the struct
parse
void
parse
(JSON.JSONValue json_value)
Initialize a struct from a JSON
tagion
services
nodeinterface
enums
NodeErrorCode
structs
Dialer
NodeInterfaceOptions
NodeInterfaceService
Peer
PeerMgr