#include <sys/un.h>
#include "sch/scheduler.hh"
#include "utl/data.hh"
#include "unixsocket.hxx"
Go to the source code of this file.
Namespaces | |
| namespace | olsr |
| namespace | olsr::sys |
Classes | |
| class | olsr::sys::UnixClosedConnection |
| class | olsr::sys::UnixSocket |
| Unix socket (SOCK_DGRAM only) implementation. More... | |
Defines | |
| #define | QOLYESTER_SYS_UNIXSOCKET_HH 1 |
| #define | UNIX_PATH_MAX 108 |
| #define | UNIX_BACKLOG 100 |
| #define QOLYESTER_SYS_UNIXSOCKET_HH 1 |
| #define UNIX_BACKLOG 100 |
Referenced by olsr::sys::UnixSocket::listen().
| #define UNIX_PATH_MAX 108 |
Referenced by olsr::sys::UnixSocket::bind(), and olsr::sys::UnixSocket::connect().
1.5.6