Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Switching to TCP by default. Closes #130
Browse files Browse the repository at this point in the history
  • Loading branch information
dvor committed Oct 26, 2016
1 parent f95f9b6 commit 0447c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Antidote/UserDefaultsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UserDefaultsManager {

var UDPEnabled: Bool {
get {
return boolForKey(Keys.UDPEnabled, defaultValue: true)
return boolForKey(Keys.UDPEnabled, defaultValue: false)
}
set {
setBool(newValue, forKey: Keys.UDPEnabled)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Removed voip flag.
- Always enabling IPv6. Removed IPv6 option from settings.
- Switching to TCP by default [#130](https://github.com/Antidote-for-Tox/Antidote/issues/130).

### Fixed
- Links are not visible with new bubble colors [#242](https://github.com/Antidote-for-Tox/Antidote/issues/242).
Expand Down

0 comments on commit 0447c88

Please sign in to comment.