networks. Getting TeraNode applications to work optimally on a high speed optical network is not as simple as connecting ones computer to the Internet. Today's protocol stacks and scientific applications cannot and do not know how to utilize this extreme level of bandwidth even when it is available. We intend to address this problem with Quanta, a cross-platform adaptive networking toolkit for supporting the extraordinary networking requirements of Tera-Nodes. Note: This has nothing to do with www/quanta*, the KDE HTML editor.
13 lines
312 B
Text
13 lines
312 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2004/02/11 17:37:42 bjan2 Exp $
|
|
|
|
--- src/QUANTAnet_barrierUdp_c.cxx.orig 2003-10-07 13:02:53.000000000 -0700
|
|
+++ src/QUANTAnet_barrierUdp_c.cxx
|
|
@@ -23,7 +23,7 @@
|
|
#include <QUANTA/QUANTAnet_barrierUdp_c.hxx>
|
|
|
|
#ifndef WIN32
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#endif
|
|
|
|
/*
|