mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Add comment why we choose a differnt port for headless on macOS
This commit is contained in:
@@ -28,6 +28,7 @@ import java.util.logging.Level.INFO
|
||||
import java.util.logging.Level.WARNING
|
||||
import java.util.logging.LogManager
|
||||
|
||||
// On macOS, port 7000 is used by ControlCenter (probably AirPlay), so use a different port
|
||||
private val DEFAULT_PORT = if (isMac()) 7001 else 7000
|
||||
private val DEFAULT_DATA_DIR = getProperty("user.home") + separator + ".briar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user