Release 2.19.2

- [BUGFIX] Do not reduce PLPMTU size by network overhead.
- [BUGFIX] Windows build.
This commit is contained in:
Dmitri Tikhonov 2020-07-30 15:42:51 -04:00
parent 41a496506f
commit 244e8c6fb9
11 changed files with 40 additions and 19 deletions

View file

@ -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"