X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4636dcbf566244aa2c2bff539d0410dae1071c81..2affe85d4827f198e8d52cf9dde36d422d552a79:/doc/doxygen/uhood.doc?ds=sidebyside diff --git a/doc/doxygen/uhood.doc b/doc/doxygen/uhood.doc index 7a750df1fb..67632a5d26 100644 --- a/doc/doxygen/uhood.doc +++ b/doc/doxygen/uhood.doc @@ -208,7 +208,7 @@ The current implementation of the model-checker uses two distinct processes: - it spaws a child process for the SimGrid simulator/maestro and the simulated processes. -They communicate using a `AF_UNIX` `SOCK_DGRAM` socket and exchange messages +They communicate using a `AF_UNIX` `SOCK_SEQPACKET` socket and exchange messages defined in `mc_protocol.h`. The `SIMGRID_MC_SOCKET_FD` environment variable it set to the file descriptor of this socket in the child process.