This commit is contained in:
zzz
2009-12-20 15:05:58 +00:00
parent 8d7e84494b
commit aaa5b4ca86

View File

@ -134,7 +134,7 @@ public class TunnelDispatcher implements Service {
/** for IBGW */
private TunnelGateway.QueuePreprocessor createPreprocessor(HopConfig cfg) {
//if (true)
return new DroppingBatchedRouterPreprocessor(_context, cfg);
return new BatchedRouterPreprocessor(_context, cfg);
//else
// return new TrivialRouterPreprocessor(_context);
}