Commit Graph

4 Commits

Author SHA1 Message Date
Lucas Clemente
50aa7ec52c re-enable most integration tests 2016-07-08 18:21:45 +02:00
Lucas Clemente
d1e3b541d3 replace streamFrameQueue with just-in-time framing of written data
This commits replaces the stream frame queue with a framer which
requests data from the streams just when a frame is needed by the
packet packer. This simplifies a lot of things and allows some other
refactorings, see issue #83.

There are a few pending tests which will be fixed soon.
2016-07-08 18:21:44 +02:00
Marten Seemann
c15fb86425 cleanup drop test 2016-06-08 13:43:06 +07:00
Marten Seemann
3c2b59d20d implement basic integration tests with dropped packages
ref #167
2016-06-08 11:22:24 +07:00