Commit 4da89cd1 authored by Mygod's avatar Mygod

Add support for ROM with TFO enabled as default

parent 66250eb6
...@@ -112,7 +112,7 @@ class ShadowsocksApplication extends Application { ...@@ -112,7 +112,7 @@ class ShadowsocksApplication extends Application {
} }
pending.setResultCallback(callback, 2, TimeUnit.SECONDS) pending.setResultCallback(callback, 2, TimeUnit.SECONDS)
TcpFastOpen.enabled(settings.getBoolean(Key.tfo, false)) TcpFastOpen.enabled(settings.getBoolean(Key.tfo, TcpFastOpen.sendEnabled))
} }
def refreshContainerHolder { def refreshContainerHolder {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment