Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
Socket.cpp File Reference
#include "Socket.hpp"
#include <toolbox/util/String.hpp>
#include <sys/un.h>
Include dependency graph for Socket.cpp:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::net
 

Functions

AddrInfoPtr toolbox::net::get_unix_addrinfo (std::string_view path, int type)
 Create an addrinfo structure for a Unix domain address.