Skip to content

Commit

Permalink
Delete Drop SACK in UI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvht committed Oct 11, 2024
1 parent ebcca48 commit 167404b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 10
versionName = "1.3.5"
versionName = "1.3.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string name="dbs_ip_setting">DNS</string>
<string name="bye_dpi_proxy_ip_setting">Адрес прослушивания</string>
<string name="byedpi_proxy_port_setting">Порт</string>
<string name="byedpi_max_connections_setting">Максимальное количество подключений</string>
<string name="byedpi_max_connections_setting">Максимальное к-во подключений</string>
<string name="byedpi_buffer_size_setting">Размер буфера</string>
<string name="byedpi_default_ttl_setting">TTL по умолчанию</string>
<string name="byedpi_no_domain_setting">Без домена</string>
Expand Down
7 changes: 3 additions & 4 deletions app/src/main/res/xml/byedpi_ui_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
android:title="@string/byedpi_split_at_host_setting"
android:defaultValue="false" />

<CheckBoxPreference
<!-- <CheckBoxPreference
android:key="byedpi_drop_sack"
android:title="@string/byedpi_drop_sack_setting"
android:defaultValue="false" />
android:defaultValue="false" /> -->

<com.takisoft.preferencex.EditTextPreference
android:key="byedpi_fake_ttl"
Expand Down Expand Up @@ -140,8 +140,7 @@
</androidx.preference.PreferenceCategory>

<androidx.preference.PreferenceCategory
android:title="@string/byedpi_protocols_category"
android:summary="@string/byedpi_protocols_hint">
android:title="@string/byedpi_protocols_category">

<CheckBoxPreference
android:key="byedpi_desync_http"
Expand Down

0 comments on commit 167404b

Please sign in to comment.