summaryrefslogtreecommitdiff
path: root/net/libquic
AgeCommit message (Collapse)AuthorFilesLines
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-09-23Use correct versioned Go dependency.bsiegert1-3/+7
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-06-12Revbump all Go packages after lang/go update.bsiegert1-2/+2
2017-06-27main is not a boolean function.joerg2-1/+15
2017-06-22After much prodding by joerg (thanks!), add a build dependency on go -agc1-2/+2
needed for compilation
2017-05-31Make sure pkgsrc/lang/go is installed before trying to use itagc1-1/+3
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-07-01Add libquic-0.0.3 to the packages collection.agc13-0/+274
QUIC is an experimental protocol aimed at reducing web latency over that of TCP. On the surface, QUIC is very similar to TCP+TLS+SPDY implemented on UDP. Because TCP is implement in operating system kernels, and middlebox firmware, making significant changes to TCP is next to impossible. However, since QUIC is built on top of UDP, it suffers from no such limitations. Key features of QUIC over existing TCP+TLS+SPDY include + Dramatically reduced connection establishment time + Improved congestion control + Multiplexing without head of line blocking + Forward error correction + Connection migration