Is using TCP ACK required for JDWP?

143 views Asked by At

I've gotten pretty far trying to develop a JDWP debugger for Android, and I am having some issues, but I was wondering about if sending a TCP ACK, if it's required..

When I look at a session using jdb against the Android Emulator I see a lot of TCP ACK packets getting sent to the VM, from jdb.

Right now I'm not trying to send any extra TCP information packets other than the JDWP commands and getting the replies, do I need to do anything extra?

Thanks!

0

There are 0 answers