diff --git a/src/proto/settings.rs b/src/proto/settings.rs index 887fce7..b31aaf2 100644 --- a/src/proto/settings.rs +++ b/src/proto/settings.rs @@ -57,10 +57,13 @@ impl Settings } } + // 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 }