Index: branches/FEPSimulator/FEPSim.h
===================================================================
--- branches/FEPSimulator/FEPSim.h	(revision 182)
+++ branches/FEPSimulator/FEPSim.h	(revision 195)
@@ -36,5 +36,5 @@
 #include <stdlib.h>
 #include "time.h"
-#include "NetworkReader.h"
+#include "HighwaysParser.h"
 #include <netdb.h>
 #include <sys/types.h> 
@@ -43,5 +43,7 @@
 #include <unistd.h>
 
-const int BUFF_SIZE = 5500000;
+// const int BUFF_SIZE = 5500000; // where it was
+// const int BUFF_SIZE = 11522291; // what it couldnt be :)
+const int BUFF_SIZE = 950401; // where it is now :) 
 
 class FEPSim {
