litespeed-quic/wincompat
Dmitri Tikhonov 06b2a2363e Release 2.27.1
- [API] New knob to set outgoing packet batch size.
- Aborted connection now become tickable immediately.
- Abort connection when HTTP/3 frame cannot be opened (can only happen
  when malloc fails).
2021-01-06 09:00:05 -05:00
..
sys Release 2.27.1 2021-01-06 09:00:05 -05:00
README.txt Release 2.27.1 2021-01-06 09:00:05 -05:00
getopt.c Release 2.27.1 2021-01-06 09:00:05 -05:00
getopt.h Release 2.27.1 2021-01-06 09:00:05 -05:00
getopt1.c Release 2.27.1 2021-01-06 09:00:05 -05:00
vc_compat.h Release 2.27.1 2021-01-06 09:00:05 -05:00

README.txt

# Copyright (c) 2017 - 2021 LiteSpeed Technologies Inc.  See LICENSE.
- only debug and release are expected in the Cmakelists.txt. If you need a different config, please follow the model in that file to add it.

- vcpkg does not have boringssl, so you'll have to build it yourself. Follow the instructions at the boringssl repository.
  With the caveat that you should do it from a VC command prompt for the correct architecture and make sure to set all 
  the paths for perl,ninja,etc. correctly. Also watch out for C runtime library mismatches with the externals you link.


- zlib and libevent do exist in vcpkg. 

- getopt files are really old and could probably use updating.