File Socket.h

namespace faabric
namespace transport
namespace tcp

Variables

const int SocketTimeoutMs = 5000
const size_t SocketBufferSizeBytes = 16777216
class Socket

Public Functions

Socket()
Socket(int connFd)
Socket(const Socket &socket) = delete
~Socket()
inline int get() const

Private Members

int connFd