I check the method "senderAlgorithm()"
but form the udt 4 specification ,maybe the follow two points have not implement , or I make some mistake?
2) In messaging mode, if the packets has been the loss list for a time more than the application specified TTL (time-to-live), send a message drop request and remove all related packets from the loss list. Go to 1).
3) Wait until there is application data to be sent.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I check the method "senderAlgorithm()"
but form the udt 4 specification ,maybe the follow two points have not implement , or I make some mistake?
2) In messaging mode, if the packets has been the loss list for a time more than the application specified TTL (time-to-live), send a message drop request and remove all related packets from the loss list. Go to 1).
3) Wait until there is application data to be sent.
hi,
2) messaging mode is not implemented in udt-java
3) is trivially true