mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Fix "useless use of IPv6" in Tor socket
Implements the "possible fix" described in issue #2840 by appending the directive `java.net.preferIPv4Stack=true` to the JVM options. Tested successfully on Debian 9 and Tails 3.14, using platform Tor and onion-grater.
This commit is contained in:
parent
428b3f5513
commit
9970571979
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ $JAVA_HOME/bin/javapackager \
|
|||
-srcfiles desktop-$version-all.jar \
|
||||
-appclass bisq.desktop.app.BisqAppMain \
|
||||
-BjvmOptions=-Xss1280k \
|
||||
-BjvmOptions=-Djava.net.preferIPv4Stack=true \
|
||||
-outfile Bisq-$version \
|
||||
-v
|
||||
|
||||
|
@ -133,6 +134,7 @@ $JAVA_HOME/bin/javapackager \
|
|||
-srcfiles desktop-$version-all.jar \
|
||||
-appclass bisq.desktop.app.BisqAppMain \
|
||||
-BjvmOptions=-Xss1280k \
|
||||
-BjvmOptions=-Djava.net.preferIPv4Stack=true \
|
||||
-outfile Bisq-$version \
|
||||
-v
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue