mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix Windows support
This commit is contained in:
parent
41d574f34c
commit
fb3e20e0bc
72 changed files with 912 additions and 475 deletions
|
@ -1527,7 +1527,9 @@ fields yourself. In that case, the header set must be "read" from the stream vi
|
|||
.. member:: enum lsquic_hsi_flag hsi_flags
|
||||
|
||||
These flags specify properties of decoded headers passed to
|
||||
``hsi_process_header()``.
|
||||
``hsi_process_header()``. This is only applicable to QPACK headers;
|
||||
HPACK library header properties are based on compilation, not
|
||||
run-time, options.
|
||||
|
||||
.. function:: void * lsquic_stream_get_hset (lsquic_stream_t *stream)
|
||||
|
||||
|
|
|
@ -4,10 +4,8 @@ Getting Started
|
|||
Supported Platforms
|
||||
-------------------
|
||||
|
||||
LSQUIC compiles and runs on Linux, FreeBSD, Mac OS, and Android. It has been
|
||||
tested on i386, x86_64, and ARM (Raspberry Pi and Android).
|
||||
|
||||
Windows support is on the TODO list.
|
||||
LSQUIC compiles and runs on Linux, Windows, FreeBSD, Mac OS, and Android.
|
||||
It has been tested on i386, x86_64, and ARM (Raspberry Pi and Android).
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
@ -25,8 +23,8 @@ What's in the box
|
|||
-----------------
|
||||
|
||||
- ``src/liblsquic`` -- the library
|
||||
- ``test`` -- demo client and server programs
|
||||
- ``test/unittests`` -- unit tests
|
||||
- ``bin`` -- demo client and server programs
|
||||
- ``tests`` -- unit tests
|
||||
|
||||
Building
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue