25#ifndef QB_IO_TRANSPORT_TCP_H
26#define QB_IO_TRANSPORT_TCP_H
30namespace qb::io::transport {
45 constexpr bool is_secure() const noexcept {
return false; }
Combined input/output stream template class.
Definition stream.h:303
TCP transport providing reliable, stream-based network communication.
Definition tcp.h:42
constexpr bool is_secure() const noexcept
Indicates that this transport implementation is not secure.
Definition tcp.h:45
Core stream abstraction classes for the QB IO library.
Implementation of TCP sockets for the QB IO library.