/* lock the opened device */
const int exclusive = 1; /*(0|1)*/
+/*
+ * set the device to blocking mode,
+ * on some systems this will stop all threads
+ * of a process during read/write, thus rendering
+ * ust unusable
+ */
+const int blocking = 1; /*(0|1)*/
+
/* escape character for interactive use */
const char escapechar = '~';
/* exit timeout after piped ust reaches EOF */
long stimeout = 0;
-long nstimeout = 1000;
+long nstimeout = 10000;
/*
* device name