idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
listener.hpp File Reference

TCP server (listening) socket. More...

#include "sdkconfig.h"
#include <idfxx/net/detail/ip_socket_base.hpp>
#include <idfxx/net/endpoint>
#include <idfxx/net/error>
#include <idfxx/net/stream_socket>
#include <chrono>
#include <optional>
#include <string_view>

Go to the source code of this file.

Classes

class  idfxx::net::listener
 A TCP listening socket. More...
 
struct  idfxx::net::listener::accepted_connection
 Result of accept_with_peer / try_accept_with_peer — a newly accepted connection together with the peer's endpoint. More...
 
struct  idfxx::net::listener::config
 Listener configuration. More...
 

Namespaces

namespace  idfxx
 
namespace  idfxx::net
 

Detailed Description

TCP server (listening) socket.

Definition in file listener.hpp.