<p><b>@freimair</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799">core/src/main/java/bisq/core/app/BisqEnvironment.java</a>:</p>
<pre style='color:#555'>> @@ -206,7 +206,7 @@ public static boolean isDaoActivated(Environment environment) {
             torRcFile, torRcOptions, externalTorControlPort, externalTorPassword, externalTorCookieFile,
             socks5ProxyHttpAddress, useAllProvidedNodes, numConnectionForBtc, genesisTxId, genesisBlockHeight, referralId, daoActivated;
 
-    protected final boolean externalTorUseSafeCookieAuthentication;
+    protected final boolean externalTorUseSafeCookieAuthentication, torStreamIsolation;
</pre>
<p>I have been thinking about that as well.</p>
<ul>
<li>However, in the past, we had some issues with <code>SecureRandom</code> on Linux taking an extraordinary amount of time to produce its first output (> 2 minutes) which could only be sped up by changing something in the OS.</li>
<li>Furthermore, creating a random string and a new Socket every time takes time.</li>
<li>Last but not least, I am not entirely sure if changing the socket everytime does effect network performance to the worse.</li>
</ul>
<p>I added an "experimental!" to the option so we can life the <code>--streamIsolation</code> for a little while and see if we encounter any unforeseen issues. If, one day, we are convinced that everything is fine, we can use the feature by default.</p>
<p>Or should we do it the other way around and provide an off-switch to the feature?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtnQ-_q7wxjm6amo6hl0HxqCc6rUmks5u2jKVgaJpZM4ZHQoE">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtmYqiOwYpplq5mmuNYoPZANDbEuxks5u2jKVgaJpZM4ZHQoE.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"PERSON","message":"@freimair commented on #2081"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799",
"url": "https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@freimair commented on 2081",
"sections": [
{
"text": "",
"activityTitle": "**Florian Reimair**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@freimair",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/bisq-network/bisq/pull/2081#discussion_r239739799"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 421333508\n}"
}
],
"themeColor": "26292E"
}
]</script>