Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc/remote: switch to socket type SOCK_SEQPACKET to detect when the peer disconnected.
[simgrid.git] / src / mc / remote / mc_protocol.h
index bac7981..8a2a089 100644 (file)
@@ -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