Added a FIXME as a reminder for API redesign

This commit is contained in:
Trustin Lee 2009-10-27 12:03:47 +00:00
parent 988089ed10
commit bf1fc6bc23

View File

@ -37,6 +37,9 @@ import java.util.List;
public class AdaptiveReceiveBufferSizePredictor implements
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_DECREMENT = 1;