#include <cstdio>
#include <sys/socket.h>
#include <fcntl.h>
#include <errno.h>
#include <rtt/Logger.hpp>
#include <string.h>
#include "socket.hpp"
Go to the source code of this file.
Namespaces | |
OCL | |
OCL::TCP | |
Macros | |
#define | MSGLENGTH 100 |
#define | SEND_OPTIONS MSG_NOSIGNAL |
#define MSGLENGTH 100 |
Definition at line 37 of file socket.cpp.
#define SEND_OPTIONS MSG_NOSIGNAL |
Definition at line 45 of file socket.cpp.