Page 1 of 1

Ctrl-C handler...

Posted: Fri Aug 13, 2004 3:41 pm
by newdep
Hello Lutz,

little remark, not sure if it behaviour or not...
This happens only in network-functions!

Normaly a (r)eset would give me back the prompt but it continues...

> (net-receive-from (net-listen 54000 "192.168.168.168" "udp") 4)

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:r

user reset -
(c)ontinue, e(x)it, (r)eset:x

user reset -
(c)ontinue, e(x)it, (r)eset:x

Posted: Fri Aug 13, 2004 4:11 pm
by Lutz
This is normal. It needs to get out of the networking function and then it will reset.

Lutz