Skip to content
Snippets Groups Projects
Commit 4be8ce8c authored by John Romein's avatar John Romein
Browse files

BugID: 225

Increased buffer size
parent d97562a1
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ namespace LOFAR { ...@@ -55,7 +55,7 @@ namespace LOFAR {
srcMac, srcMac,
dstMac, dstMac,
0x0008, 0x0008,
2097152); 8 * 1024 * 1024);
} else if (transportType=="FILE") { } else if (transportType=="FILE") {
string file = ps.getString(key + ".inputFile"); string file = ps.getString(key + ".inputFile");
if (isReceiver) { if (isReceiver) {
......
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