Commit graph

9 commits

Author SHA1 Message Date
Marten Seemann
c0b09c8646 make utils an internal package 2017-06-09 22:28:40 +02:00
Marten Seemann
52ba2ce9f8
prevent int64 overflow when reading the expiry date of the server config 2017-01-14 18:52:17 +07:00
Lucas Clemente
d4a189b2d1 refactor timer calculation in sesssion to reduce syscalls 2016-05-24 17:42:47 +02:00
Lucas Clemente
0a233a39b9 add utils.InfDuration constant 2016-05-18 22:43:32 +02:00
Marten Seemann
f147ebc9bb implement basic connection level flow control
fixes #39
2016-05-18 17:30:08 +07:00
Lucas Clemente
967a5c401c merge protocol.MinMax into utils.MinMax 2016-05-14 13:28:18 +02:00
Marten Seemann
878d6a7140 negotiate maximum number of streams per connection
fixes #20
2016-05-14 17:10:49 +07:00
Marten Seemann
16bd559d9a negotiate idle connection state lifetime
work towards #20
2016-05-14 16:48:19 +07:00
Lucas Clemente
9abda1c91f cleanup and improve tests of utils package 2016-05-13 14:55:42 +02:00