forked from I2P_Developers/i2p.i2p
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