Hi,
I have been using tomcat to host my RTSP servlet, and I have written my own
connector to accept RTSP commands, the only problem is, a client which I am
writing the RTSP server for needs to receive a TCP ACK for the request it
has sent. I have used 'Etherreal' to see what is going on, and it seems that
tomcat is not sending the ACK.

I think the problem could be that there is only one request message sent in
the RTSP request, and maybe tomcat is waiting for more packets before it
sends an ACK for them all?

I tried setting keepalive to false to force an ACK, but this makes tomcat
send a FIN, which closes the TCP connection, and this is no good.

Is there a way I can force tomcat to send an ACK for each request sent?

Any help much appreciated

Thanks
Robert Clarkson



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to