forked from I2P_Developers/i2p.i2p
Lock down streaming classes not in the API. Holler if this breaks any external apps.
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.Properties;
|
||||
* Define the configuration for streaming and verifying data on the socket.
|
||||
*
|
||||
*/
|
||||
public class I2PSocketOptionsImpl implements I2PSocketOptions {
|
||||
class I2PSocketOptionsImpl implements I2PSocketOptions {
|
||||
private long _connectTimeout;
|
||||
private long _readTimeout;
|
||||
private long _writeTimeout;
|
||||
|
||||
Reference in New Issue
Block a user