Just a quick question.
I already posted to c.l.tcl on this so..
Can you use vwait with tnm?
Can you use it in conjunction with udp sockets?
I'm getting->
Got 127.0.0.1 33124 HI. from udpsock.
127.0.0.1 33124 HI.
0.0.0.0 5050 0.0.0.0 0 failed with 0 failing on format.
can't wait for variable "forever": would wait forever
The last line is strange as this is what I want to do
from->
set uhandle [udp open 5050]
if {[info exists uhandle]} {
set globals(udphandle) $uhandle
trace variable globals(eofflg) w [updateit]
udp bind $globals(udphandle) readable [readit]
vwait forever
}
I already posted to c.l.tcl on this so..
Can you use vwait with tnm?
Can you use it in conjunction with udp sockets?
I'm getting->
Got 127.0.0.1 33124 HI. from udpsock.
127.0.0.1 33124 HI.
0.0.0.0 5050 0.0.0.0 0 failed with 0 failing on format.
can't wait for variable "forever": would wait forever
The last line is strange as this is what I want to do
from->
set uhandle [udp open 5050]
if {[info exists uhandle]} {
set globals(udphandle) $uhandle
trace variable globals(eofflg) w [updateit]
udp bind $globals(udphandle) readable [readit]
vwait forever
}