Skip to content

Commit

Permalink
set TCP as default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Oct 15, 2023
1 parent 6f073d9 commit 7f1d565
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 = 1
var PREF__udp_enabled = 0
var PREF__orbot_enabled_to_int = 0
var PREF__local_discovery_enabled = 1
var PREF__ipv6_enabled = 1
Expand Down

0 comments on commit 7f1d565

Please sign in to comment.