![]() |
|
PhoenixSwarm
3.5.0
Library to ease communication between daemons
|
Main Daemon configuration which drives timeouts and flags of send and recv calls. More...
#include <BaseDaemon.h>
Public Attributes | |
| PRecvFlag::PRecvFlag | recvFlag {PRecvFlag::NON_BLOCK} |
| Recv flag to be used for every recv of the Daemon. | |
| int | recvTimeoutMs {-1} |
| Recv time out in miliseconds. | |
| PSendFlag::PSendFlag | sendFlag {PSendFlag::NON_BLOCK} |
| Send flag to be used for every send of the Daemon. | |
| int | sendTimeoutMs {-1} |
| Send time out in miliseconds. | |
Main Daemon configuration which drives timeouts and flags of send and recv calls.
Definition at line 42 of file BaseDaemon.h.
| PRecvFlag::PRecvFlag DaemonMainConfig::recvFlag {PRecvFlag::NON_BLOCK} |
Recv flag to be used for every recv of the Daemon.
Definition at line 48 of file BaseDaemon.h.
| int DaemonMainConfig::recvTimeoutMs {-1} |
| PSendFlag::PSendFlag DaemonMainConfig::sendFlag {PSendFlag::NON_BLOCK} |
Send flag to be used for every send of the Daemon.
Definition at line 50 of file BaseDaemon.h.
| int DaemonMainConfig::sendTimeoutMs {-1} |