hi ,I need your help !
I tested your code last night , and found some problems can not be solved. I use UDTServerSocket as a multi-thread Servr to listen the client connect, but it can not receive multiple clients to connect. What's wrong ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
there are several unit tests in the source code that can serve as samples.
Fair warning: this project is pretty much dead, as I don't have the time (or need) for it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi ,I need your help !
I tested your code last night , and found some problems can not be solved. I use UDTServerSocket as a multi-thread Servr to listen the client connect, but it can not receive multiple clients to connect. What's wrong ?
hi,
multiple clients to one server are not yet implemented.
Best regards,
Bernd.
Thanks for your reply . and would you like to implement the multi-client UDTServerSocket in the future?
thanks again
sage
hi,
thanks for your interest in UDT-Java. Of course we'll implement the multi-client support.
Best regards,
Bernd.
i got a new problem. when i transferd a large file about 700m used your SendFile and ReceiveFile. the UDTSocket stoped;
hi,
please be patient :-) this is still work in progress.
Was this on localhost or over a network?
Thanks and best regards,
Bernd.
Is there any documentation or sample code for the java implementation?
hi,
there are several unit tests in the source code that can serve as samples.
Fair warning: this project is pretty much dead, as I don't have the time (or need) for it.