I'm implementing XMODEM protocol in Java. In this protocol same block will repeat if packet doesn't match (when I send NAK again and again) but I'm getting it only 5 times.

What might be the problem?

link|improve this question
Too localized. Don't count on everybody knowing what x-modem or NAK is. close++ – Yuval Adam Apr 29 '09 at 9:19
feedback

1 Answer

Without any type of sample code it is difficult to determine which is the problem. There is a related post in Implementation of X-Modem protocol in Java with some sample code in it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown