Added a FIXME as a reminder for API redesign
This commit is contained in:
parent
988089ed10
commit
bf1fc6bc23
@ -37,6 +37,9 @@ import java.util.List;
|
|||||||
public class AdaptiveReceiveBufferSizePredictor implements
|
public class AdaptiveReceiveBufferSizePredictor implements
|
||||||
ReceiveBufferSizePredictor {
|
ReceiveBufferSizePredictor {
|
||||||
|
|
||||||
|
// FIXME There's no easy way to configure receiveBufferSizePredictor
|
||||||
|
// via Bootstrap.setOption() because it works for only one channel.
|
||||||
|
|
||||||
private static final int INDEX_INCREMENT = 4;
|
private static final int INDEX_INCREMENT = 4;
|
||||||
private static final int INDEX_DECREMENT = 1;
|
private static final int INDEX_DECREMENT = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user