summaryrefslogtreecommitdiffstats
path: root/pingpong/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:40:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:40:57 +0000
commit67e0556fd04f524bc35ba5c560d1aec5e82850c0 (patch)
tree14860569896cb577b6fb7bdad75377d96aed31d2 /pingpong/README
parent2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-67e0556fd04f524bc35ba5c560d1aec5e82850c0.tar.bz2
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile, README, pingpong.adb: New files.
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