Thanks a lot for the reply. I found this code very useful to my work but i have a couple of Questions
1) I dint find any documentation for this sources, i am reading the sources for required functionality -:)
2) Is this data transfer is reliable over network?
3) I wanted to implement a non blocking sockets, so for that i think we need channels (As far as we don't have in this library) for implementation or there is any other way of implementing them using this library?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) I dint find any documentation for this sources, i am reading the sources for required functionality -:)
this project is done in my spare time, so I don't have much time for it. reading sources is the best, since this is
a library intended for programmers anyway.
2) Is this data transfer is reliable over network?
sort of. I've used it to transfer large files already, but it is not fully production quality yet.
3) I wanted to implement a non blocking sockets, so for that i think we need channels (As far as we don't have in this library) for implementation or there is any other way of implementing them using this library?
so far I did not look at non-blocking sockets yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to create a endpoint using constructor using UDPEndpoint(DatagramSocket socket), but this constructor is not in the version 4.
done!
Thanks a lot for the reply. I found this code very useful to my work but i have a couple of Questions
1) I dint find any documentation for this sources, i am reading the sources for required functionality -:)
2) Is this data transfer is reliable over network?
3) I wanted to implement a non blocking sockets, so for that i think we need channels (As far as we don't have in this library) for implementation or there is any other way of implementing them using this library?
hi,
1) I dint find any documentation for this sources, i am reading the sources for required functionality -:)
this project is done in my spare time, so I don't have much time for it. reading sources is the best, since this is
a library intended for programmers anyway.
2) Is this data transfer is reliable over network?
sort of. I've used it to transfer large files already, but it is not fully production quality yet.
3) I wanted to implement a non blocking sockets, so for that i think we need channels (As far as we don't have in this library) for implementation or there is any other way of implementing them using this library?
so far I did not look at non-blocking sockets yet.
Does this library supports flow control?