ignore received frames on a stream locally reset for some time (#174)
- Adds config duration for how long to ignore frames on a reset stream - Adds config for how many reset streams can be held at a time
This commit is contained in:
@@ -3,7 +3,6 @@ use super::*;
|
||||
use codec::{RecvError, UserError};
|
||||
use codec::UserError::*;
|
||||
use frame::{self, Reason};
|
||||
use proto::*;
|
||||
|
||||
use bytes::Buf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user