X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/88474126433cd47e2289512aef9f6e0ddd260a4a..a2a013c0e4ca407feeb7b3d0e85abba7acae2532:/src/mc/Channel.hpp diff --git a/src/mc/Channel.hpp b/src/mc/Channel.hpp index 4766e163c9..30e03c6b1f 100644 --- a/src/mc/Channel.hpp +++ b/src/mc/Channel.hpp @@ -18,8 +18,8 @@ namespace mc { /** A channel for exchanging messages between model-checker and model-checked * - * This hides the way the messages are transfered. Currently, they are sent - * over a SOCK_DGRAM socket. + * This abstracts away the way the messages are transferred. Currently, they + * are sent over a (connected) `SOCK_DGRAM` socket. */ class Channel { int socket_ = -1;