4#include <cosmos/SysString.hxx>
5#include <cosmos/dso_export.h>
6#include <cosmos/fs/FileDescriptor.hxx>
7#include <cosmos/net/types.hxx>
17template <OptLevel LEVEL>
26 bool getBoolOption(
const OptName name)
const;
28 void setBoolOption(
const OptName name,
const bool val);
31 int getIntOption(
const OptName name)
const;
33 void setIntOption(
const OptName name,
const int val);
36 std::string getStringOption(
const OptName name,
size_t max_len)
const;
50 std::string getPeerSec()
const;
Thin Wrapper around OS file descriptors.
Base class for Socket option helpers for different OptLevels.
SockOptBase(FileDescriptor fd)
Perform socket options on the given file descriptor.
FileDescriptor m_sock
The socket file descriptor to operate on.
OptLevel
Representation of socket option levels.
OptName
Representation of socket option names.
Wrapper type around a C-style string for use with system APIs.