Commit graph

5 commits

Author SHA1 Message Date
joerg
cb390331ba main is not a boolean function. 2017-06-27 20:11:00 +00:00
agc
c035783684 After much prodding by joerg (thanks!), add a build dependency on go -
needed for compilation
2017-06-22 16:56:47 +00:00
agc
69fe95dee5 Make sure pkgsrc/lang/go is installed before trying to use it 2017-05-31 23:17:26 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
agc
4ecc1f7ac4 Add libquic-0.0.3 to the packages collection.
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
2016-07-01 20:32:35 +00:00