diff --git a/Appl/CEP/CS1/CS1_InputSection/src/Connector.cc b/Appl/CEP/CS1/CS1_InputSection/src/Connector.cc index 74f4f7d2e55db61fbe9b3e239b29049dfe343fd3..0852c43bd32f213c3d115a2ede7d258d678f9082 100644 --- a/Appl/CEP/CS1/CS1_InputSection/src/Connector.cc +++ b/Appl/CEP/CS1/CS1_InputSection/src/Connector.cc @@ -55,7 +55,7 @@ namespace LOFAR { srcMac, dstMac, 0x0008, - 2097152); + 8 * 1024 * 1024); } else if (transportType=="FILE") { string file = ps.getString(key + ".inputFile"); if (isReceiver) {