X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/831d719023e7a0af690f54db87a5e6ba4802ede3..244d7851457bfd373983edfb00c80760239dc8ab:/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