summaryrefslogtreecommitdiffstats
path: root/pingpong/README
diff options
context:
space:
mode:
Diffstat (limited to 'pingpong/README')
-rw-r--r--pingpong/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/pingpong/README b/pingpong/README
new file mode 100644
index 0000000..ca6ec8a
--- /dev/null
+++ b/pingpong/README
@@ -0,0 +1,15 @@
+#
+# $Id$
+#
+
+This multicast ping pong example is based upon the code posted at:
+
+http://en.wikibooks.org/wiki/Ada_Programming/Libraries/GNAT.Sockets
+
+This code is also in the top of the GNAT.Sockets source code in
+the GCC distributions.
+
+I touched up the formatting since it is buried in a comment
+block in both places.
+
+--joel sherrill