Definitions for SshSocketHandler. More...
#include <Common/Compat.h>
#include "SshSocketHandler.h"
#include <Common/FileUtils.h>
#include <Common/Logger.h>
#include <AsyncComm/PollEvent.h>
#include <cerrno>
#include <chrono>
#include <cstdlib>
#include <cstring>
#include <set>
#include <thread>
#include <fcntl.h>
#include <strings.h>
#include <sys/ioctl.h>
Go to the source code of this file.
Macros | |
#define | SSH_READ_PAGE_SIZE 8192 |
#define | LOG_PREFIX "[" << m_hostname << "] === SshSocketHandler.cc:" << __LINE__ << " === " |
Enumerations | |
enum | |
Definitions for SshSocketHandler.
This file contains type definitions for SshSocketHandler, a raw socket handler for implementing an ssh protocol driver.
Definition in file SshSocketHandler.cc.
#define LOG_PREFIX "[" << m_hostname << "] === SshSocketHandler.cc:" << __LINE__ << " === " |
Definition at line 52 of file SshSocketHandler.cc.
#define SSH_READ_PAGE_SIZE 8192 |
Definition at line 50 of file SshSocketHandler.cc.
anonymous enum |
Definition at line 56 of file SshSocketHandler.cc.