bug fixes for udp broadcast
[IRC.git] / Robust / src / Runtime / DSTM / interface / addUdpEnhance.h
index 7d3d98c1a3d764e6f6db2e99de83410aa51febc8..3a0f9174c69590e8ee0838ebbe15fb12546237de 100644 (file)
@@ -12,7 +12,7 @@
 /*************************
  * Global constants
  ************************/
-#define MAX_SIZE  4000
+#define MAX_SIZE  2000
 
 /********************************
  *  Function Prototypes
@@ -22,4 +22,5 @@ int udpInit();
 void *udpListenBroadcast(void *);
 int invalidateObj(thread_data_array_t *);
 int invalidateFromPrefetchCache(char *); 
+int sendUdpMsg(thread_data_array_t *, struct sockaddr_in *, int);
 #endif