|
VLink 2.0.0
A high-performance communication middleware
|
Transport configuration for the fdbus:// FDBus IPC backend.
更多...
Transport configuration for the fdbus:// FDBus IPC backend.
FdbusConf configures the FDBus IPC transport, a same-machine inter-process communication framework based on D-Bus-style service registration. FDBus supports both service-oriented (svc) and peer-to-peer IPC (ipc) modes.
fdbus:// supports all six node types: kPublisher, kSubscriber, kServer, kClient, kSetter, and kGetter.| Component | Description |
|---|---|
address | FDBus service/topic address; formed from host + "/" + path |
event | Optional secondary event name (?event=) |
transport | Transport mode: "svc" (service, default) or "ipc" (fragment) |
VLINK_SUPPORT_FDBUS is defined. is_valid() returns false if address is empty or transport is neither "svc" nor "ipc".