update stream tracker TODOs

This commit is contained in:
Oliver Gould
2017-07-17 22:42:56 +00:00
parent 79d3aee1dc
commit 50545963c9

View File

@@ -9,10 +9,10 @@ use ordermap::OrderMap;
use std::hash::BuildHasherDefault; use std::hash::BuildHasherDefault;
use std::marker::PhantomData; use std::marker::PhantomData;
// TODO enforce local_max_concurrency. // TODO track "last stream id" for GOAWAY.
// TODO enforce remote_max_concurrency. // TODO track/provide "next" stream id.
// TODO reset_streams nees to be bounded. // TODO reset_streams needs to be bounded.
// TODO track reserved streams (PUSH_PROMISE) // TODO track reserved streams (PUSH_PROMISE).
#[derive(Debug)] #[derive(Debug)]
pub struct StreamTracker<T, P> { pub struct StreamTracker<T, P> {