settings todo

This commit is contained in:
Oliver Gould
2017-07-22 21:17:57 +00:00
parent f121f747ac
commit 55465a5954

View File

@@ -57,10 +57,13 @@ impl<T, U> Settings<T>
}
}
// TODO remove this
pub fn local_settings(&self) -> &SettingSet {
&self.local
}
// TODO replace this with settings a client needs to know about (concurrency, initial
// window size, etc).
pub fn remote_settings(&self) -> &SettingSet {
&self.local
}