refine redirected i/o timeout mechanism, remove obsoleted flags
[ust.git] / config.def.h
index e9df03809fe0c5a49ab4ed6ce3a4ba8fce72363d..44583ca83ac567e486fa529e39eb039124220e94 100644 (file)
@@ -10,7 +10,7 @@ const size_t scratchrsz = 256;
 const long swritedelay = 0; /* seconds */
 const long nswritedelay = 1000000; /* nanoseconds */
 
-/* other names follow the same logic as above */
+/* other time variable names follow the same logic as above */
 
 const long sreaddelay = 0;
 const long nsreaddelay = 1000000;
@@ -36,10 +36,6 @@ const char escapechar = '~';
 /* print additional info to stderr */
 int verbose = 0; /*(0|1)*/
 
-/* exit timeout after piped ust reaches EOF */
-long stimeout = 0;
-long nstimeout = 10000;
-
 /*
  * device name
  *