▼ src | |
▼ imquic | |
debug.h | Logging and Debugging |
imquic.h | Imquic public interface (headers) |
moq.h | Imquic MoQ public interface (headers) |
roq.h | Imquic RoQ public interface (headers) |
▼ internal | |
buffer.h | Buffer abstraction (headers) |
configuration.h | Imquic public interface |
connection.h | QUIC connection abstraction (headers) |
crypto.h | QUIC cryptographic utilities (headers) |
error.h | QUIC errors definitions (headers) |
http3.h | HTTP/3 stack (WebTransport only) (headers) |
huffman.h | Huffman tables (QPACK only) (headers) |
listmap.h | Combined list and map utility (headers) |
loop.h | Event loop (headers) |
moq.h | Media Over QUIC (MoQ) stack (headers) |
mutex.h | Semaphores, Mutexes and Conditions |
network.h | Networking utilities (headers) |
qpack.h | QPACK stack (WebTransport only) (headers) |
quic.h | QUIC stack implementation (headers) |
refcount.h | Reference counter mechanism |
roq.h | RTP Over QUIC (RoQ) stack (headers) |
stream.h | QUIC STREAM abstraction (headers) |
utils.h | Generic utilities (headers) |
version.h | Imquic versioning (headers) |
buffer.c | Buffer abstraction |
connection.c | QUIC connection abstraction |
crypto.c | QUIC cryptographic utilities |
error.c | QUIC errors definitions |
http3.c | HTTP/3 stack (WebTransport only) |
imquic-moq.c | Imquic MoQ public interface |
imquic-roq.c | Imquic RoQ public interface |
imquic.c | Imquic public interface |
listmap.c | Combined list and map utility |
loop.c | Event loop |
moq.c | Media Over QUIC (MoQ) stack |
network.c | Networking utilities |
qpack.c | QPACK stack (WebTransport only) |
quic.c | QUIC stack implementation |
roq.c | RTP Over QUIC (RoQ) stack |
stream.c | QUIC STREAM abstraction |
utils.c | Generic utilities |
version.c |