Skip to content
Snippets Groups Projects
Commit 30302eef authored by Shudong Zhou's avatar Shudong Zhou
Browse files

Change socket write buffer size to 128k

parent c45051bb
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ public class Controller implements IFloodlightProviderService, ...@@ -225,7 +225,7 @@ public class Controller implements IFloodlightProviderService,
// Perf. related configuration // Perf. related configuration
protected static final int SEND_BUFFER_SIZE = 4 * 1024 * 1024; protected static final int SEND_BUFFER_SIZE = 128 * 1024;
public static final int BATCH_MAX_SIZE = 100; public static final int BATCH_MAX_SIZE = 100;
protected static final boolean ALWAYS_DECODE_ETH = true; protected static final boolean ALWAYS_DECODE_ETH = true;
......
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