14 return (
id & 0x1) == 0;
Generic QUIC library.
Definition: client.hpp:8
bool client_initiated(stream_id id)
return true if the stream id was initiated by the client
Definition: stream_id.hpp:12
uint64_t stream_id
stream identifier that is unique to a connection
Definition: stream_id.hpp:8
bool server_initiated(stream_id id)
return true if the stream id was initiated by the server
Definition: stream_id.hpp:18