Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ajout de fichiers presents sur mon disque
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Apr 2004 22:17:09 +0000 (22:17 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Apr 2004 22:17:09 +0000 (22:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@71 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/README [new file with mode: 0644]

diff --git a/src/gras/Transport/README b/src/gras/Transport/README
new file mode 100644 (file)
index 0000000..5757024
--- /dev/null
@@ -0,0 +1,8 @@
+There is a plugin mecanism in here, and the selection is automatic
+
+If you open a socket in SG realm, you'll get a SG socket.
+If you open a socket in RL realm, you'll get a TCP socket.
+
+To get a file socket, you'll have to build it manually.
+To get a pipe socket, use gras_fork, or whatever name I'll give it when I
+  implement this.