3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 03:35:52 +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:
Mike Hearn 2015-04-28 22:54:45 +02:00
parent b82d6e05ed
commit 410b29fc30

View File

@ -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 {