Nexus HTTP/3
A QUIC and HTTP/3 library
include
nexus
quic
socket.hpp
1
#pragma once
2
3
#include <nexus/error_code.hpp>
4
#include <nexus/udp.hpp>
5
6
namespace
nexus::quic
{
7
8
// enable the socket options necessary for a quic client or server
9
void
prepare_socket(udp::socket& sock,
bool
is_server, error_code& ec);
10
11
}
// namespace nexus::quic
nexus::quic
Generic QUIC library.
Definition:
client.hpp:8
Generated by
1.9.1