sendmsgtransport.cpp File Reference
#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 <sys/socket.h>
#include <sys/types.h>
Include dependency graph for sendmsgtransport.cpp:

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"
 

Macro Definition Documentation

◆ CONTROL_BUFFER_SIZE

#define CONTROL_BUFFER_SIZE   512

◆ RECEIVE_BUFFER_SIZE

#define RECEIVE_BUFFER_SIZE   1024

◆ SEND_BUFFER_SIZE

#define SEND_BUFFER_SIZE   2048

Variable Documentation

◆ LOGGER_NAME