From 55465a5954d29b67bb97d95fb57889f29b67f0be Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Sat, 22 Jul 2017 21:17:57 +0000 Subject: [PATCH] settings todo --- src/proto/settings.rs | 3 +++ 1 file changed, 3 insertions(+) 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 }