BC95 UDP socket

Hi

I was able to do this by sending keepalive packets from server but this is really a hack and I would really like another solution.
Is there any way to keep UDP socket open for longer then 10 seconds?

Thanks

hi,FooBar_BarFoo:
The keepalive packets mode you are using is the most common way to maintain a UDP long connection.You can Ping to realize long connection.

Thanks for the reply.
I dont think ping will do any good, ping is layer 3, socket is layer 4.