X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a49a03122b2def71ff741e78d15b38cd1d171184..4838662713c36d5b661503992e03fb07a12dbf48:/src/mc/remote/mc_protocol.h diff --git a/src/mc/remote/mc_protocol.h b/src/mc/remote/mc_protocol.h index bac7981555..8a2a089d9a 100644 --- a/src/mc/remote/mc_protocol.h +++ b/src/mc/remote/mc_protocol.h @@ -51,7 +51,7 @@ typedef enum { /** Basic structure for a MC message * * The current version of the client/server protocol sends C structures over `AF_LOCAL` - * `SOCK_DGRAM` sockets. This means that the protocol is ABI/architecture specific: + * `SOCK_SEQPACKET` sockets. This means that the protocol is ABI/architecture specific: * we currently can't model-check a x86 process from a x86_64 process. * * Moreover the protocol is not stable. The same version of the library should be used