mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +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 {
|
||||
throw new UnsupportedOperationException();
|
||||
// Ignored.
|
||||
}
|
||||
|
||||
public Object getOption(int optID) throws SocketException {
|
||||
|
Reference in New Issue
Block a user