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;
/* 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
*