mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Tor: don't throw in Orchid sockets when attempting to set socket options, just ignore the request instead
This commit is contained in:
@@ -25,7 +25,7 @@ public class OrchidSocketImpl extends SocketImpl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setOption(int optID, Object value) throws SocketException {
|
public void setOption(int optID, Object value) throws SocketException {
|
||||||
throw new UnsupportedOperationException();
|
// Ignored.
|
||||||
}
|
}
|
||||||
|
|
||||||
public Object getOption(int optID) throws SocketException {
|
public Object getOption(int optID) throws SocketException {
|
||||||
|
|||||||
Reference in New Issue
Block a user