after 30000 serverTimeOut
if { [catch {makeStatusServerConn $initcmd} msg] } {
puts stderr “Unable to contact hcimonitord: $msgn”
exit 69 ;# EX_UNAVAILABLE
}
Can I use the makeStatusServerConn call from my TCL script? I am assuming I would need to set the serverTimeOut variable too.
Thanks in advance for any help,
Robert Milfajt
Northwestern Medicine
Chicago, IL