I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit aaa5b4ca authored by zzz's avatar zzz
Browse files

oops

parent 8d7e8449
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ public class TunnelDispatcher implements Service { ...@@ -134,7 +134,7 @@ public class TunnelDispatcher implements Service {
/** for IBGW */ /** for IBGW */
private TunnelGateway.QueuePreprocessor createPreprocessor(HopConfig cfg) { private TunnelGateway.QueuePreprocessor createPreprocessor(HopConfig cfg) {
//if (true) //if (true)
return new DroppingBatchedRouterPreprocessor(_context, cfg); return new BatchedRouterPreprocessor(_context, cfg);
//else //else
// return new TrivialRouterPreprocessor(_context); // return new TrivialRouterPreprocessor(_context);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment