Latest changes

- Fix unit test regression: enable them correctly in cmake.
- Simplify connection has interface
This commit is contained in:
Dmitri Tikhonov 2018-02-28 14:25:21 -05:00
parent bfc7bfd842
commit 7fbe101b9c
7 changed files with 27 additions and 36 deletions

View file

@ -75,7 +75,7 @@ enum lsquic_version
};
/**
* We currently support versions 35, 37, 38, 39, and 40.
* We currently support versions 35, 37, 38, 39, and 41.
* @see lsquic_version
*/
#define LSQUIC_SUPPORTED_VERSIONS ((1 << LSQVER_035) | (1 << LSQVER_037) | \