Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize in trp_socket_new a socket field which should be initialized anyhow, but...
[simgrid.git] / src / gras / Transport / README
1 There is a plugin mecanism in here, and the selection is automatic
2
3 If you open a socket in SG realm, you'll get a SG socket.
4 If you open a socket in RL realm, you'll get a TCP socket.
5
6 To get a file socket, you'll have to build it manually.
7 To get a pipe socket, use gras_fork, or whatever name I'll give it when I
8   implement this.