mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 11:45:51 +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:
parent
b82d6e05ed
commit
410b29fc30
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user