mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.19.2
- [BUGFIX] Do not reduce PLPMTU size by network overhead. - [BUGFIX] Windows build.
This commit is contained in:
parent
41a496506f
commit
244e8c6fb9
11 changed files with 40 additions and 19 deletions
|
@ -8,7 +8,11 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/queue.h>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include "getopt.h"
|
||||
#endif
|
||||
|
||||
#define LSQUIC_TEST 1
|
||||
#include "lsquic.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue