Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Releases: iv-org/lsquic.cr

v2.18.1-2

10 Jun 11:57
632d632
Compare
Choose a tag to compare
  • Bumped crystal version to 1.0 (#10)

v2.23.1

18 Feb 14:43
3aab3dd
Compare
Choose a tag to compare

v2.18.1-1

16 Oct 09:43
4855742
Compare
Choose a tag to compare

Changelog:

#3 - 2eceb3c - Update org to iv-org

#2 - 4855742 - Close socket when the connection is closed

v2.18.1

19 Jul 15:48
96a75aa
Compare
Choose a tag to compare

Assuming you've already built boringssl and lsquic according to these instructions, the included liblsquic.a is built using:

$ ar -x liblsquic.a
$ ar -x libssl.a
$ ar -x libcrypto.a
$ rm *.a
$ ar rc liblsquic.a *.o
$ strip --strip-unneeded liblsquic.a 
$ ranlib liblsquic.a