-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/nettrans.c,v 6.11 2000-03-07 12:42:17 muench Stab $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/nettrans.c,v 6.12 2000-05-17 05:55:58 hades Exp $";
#define _XOPEN_SOURCE_EXTENDED
#include <unistd.h>
#include <string.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <sys/time.h>
+#include <time.h>
#include <sys/types.h>
#include <hadesstd.h>
retVal = LAtm_send(my->lAtm, my->pkt, Pkt_size(my->pkt));
break;
case NetTransType_udp:
-#if 1 /* This limits the output data rate to 100 * mtuSize / s */
+#if 0 /* This limits the output data rate to 100 * mtuSize / s */
{
static int i = 0;
if (i++ % 2 != 0) {