Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use the deployment file to specify the host where the server lives, do not overload...
[simgrid.git] / examples / gras / ping / ping.c
index 3c6592a..66b4b8a 100644 (file)
@@ -149,7 +149,7 @@ int client(int argc,char *argv[]) {
   /* 1. Init the GRAS's infrastructure */
   gras_init(&argc, argv, NULL);
    
-  /* 2. Get the server's address from the command line, if specified */
+  /* 2. Get the server's address. The command line override defaults when specified */
   if (argc == 3) {
     host=argv[1];
     port=atoi(argv[2]);