Hi everyone, i have some favor could some one help me ?
i have
server.tcl
proc Echo_Server {port} {
global x
set s [socket -server EchoAccept $port]
vwait connected
}
proc EchoAccept {sock addr port} {
global echo
puts "Accept $sock from $addr port $port"
set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.