mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-07 15:21:42 +00:00
Taking StandardSocket back since an I2PSocket cannot act like a SocketChannel.
This commit is contained in:
@@ -71,7 +71,7 @@ class StandardSocket extends Socket {
|
||||
*/
|
||||
@Override
|
||||
public SocketChannel getChannel() {
|
||||
return _socket.getChannel();
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user