X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31d626536ff0cdfa875075e092bf8c86a5e43710..f1d9a4d0d60252fd89be58dd9c2751ede4a7ba10:/src/gras/Transport/README diff --git a/src/gras/Transport/README b/src/gras/Transport/README new file mode 100644 index 0000000000..57570245c7 --- /dev/null +++ b/src/gras/Transport/README @@ -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.