![]() |
dbus-cxx
|
#include "sendmsgtransport.h"#include "dbus-cxx-private.h"#include "utility.h"#include "validator.h"#include "message.h"#include <string.h>#include <stdlib.h>#include <unistd.h>#include <mutex>#include <sys/socket.h>#include <sys/types.h>
Macros | |
| #define | RECEIVE_BUFFER_SIZE 1024 |
| #define | SEND_BUFFER_SIZE 2048 |
| #define | CONTROL_BUFFER_SIZE 512 |
Variables | |
| static const char * | LOGGER_NAME = "DBus.priv.SendmsgTransport" |
| #define CONTROL_BUFFER_SIZE 512 |
| #define RECEIVE_BUFFER_SIZE 1024 |
| #define SEND_BUFFER_SIZE 2048 |
|
static |