Hi, I have the following options to do an ICQ gateway: Users has reported that sometimes their icq prog connects for a very long time, and stops with a 'cant connect' error. I look for it on the server, and I see, that I dont see the 'P4000' proxy in the memory (ps ax). Why dissapears it form the memory? [stupid question(I dont know icq at all):is one udprelay port enough for multiple users at the same time? It sounds crazy, but..] I think, delegate forks itself, when it receives multiple requests at the same port, at the same time. #1., /home/proxy/delegated -P1080 SERVER=socks \ DGROOT="/home/proxy/spool" \ LOGFILE="1080.socks" #2., /home/proxy/delegated -P1080/udp SERVER=udp \ DGROOT="/home/proxy/spool" \ LOGFILE="1080.socks" #3., /home/proxy/delegated -P4000 SERVER="udprelay://icq.mirabilis.com:4000" \ DGROOT="/home/proxy/spool" \ LOGFILE="4000.udp" bye SOLI