Skip to content

Commit

Permalink
Revert "set TCP as default mode"
Browse files Browse the repository at this point in the history
This reverts commit 7f1d565.
  • Loading branch information
zoff99 committed Oct 16, 2023
1 parent 72e2205 commit cc32475
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MainActivity
var native_lib_loaded = false
var tox_service_fg: TrifaToxService? = null
var tox_savefile_directory = "."
var PREF__udp_enabled = 0
var PREF__udp_enabled = 1
var PREF__orbot_enabled_to_int = 0
var PREF__local_discovery_enabled = 1
var PREF__ipv6_enabled = 1
Expand Down

0 comments on commit cc32475

Please sign in to comment.