Joel Reymont wrote: > It's not possible for me to use persistent connections in this case as > all the gateway is doing is handing out host/port pairs for clients to > reconnect to. So why are you using TCP for this problem? UDP / RUDP seems more appropriate. You can even encrypt the UDP payload if that's necessary. ke han