Changeset 18084
- Timestamp:
- Jun 11, 2008, 3:33:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/rconnect.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/rconnect.c
r16472 r18084 2 2 3 3 /* connection can take a while, allow up to 2 sec */ 4 # define CONNECT_TIMEOUT 500 4 # define CONNECT_TIMEOUT 5000 5 5 6 6 /* connect to host, start the shell: ssh hostname pclient -> command hostname shell … … 106 106 107 107 connect_error: 108 if (VerboseMode()) gprint (GP_ERR, "error while connecting \n");108 if (VerboseMode()) gprint (GP_ERR, "error while connecting, status: %d, ncycles: %d\n", status, i); 109 109 110 110 /* avoid blocking on waitpid, test every 100 usec, up to 50 msec */
Note:
See TracChangeset
for help on using the changeset viewer.
