This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Description
A QuicSession is limited to a fixed maximum number of packets that may be sent. Once this number is exhausted, the connection must be torn down. We should likely handle this case in a special way that lets the user attempt to recover by quickly opening a new session if they want.
Also need to figure out how to test this.