Menu

Can i get the new stable version?

2010-09-23
2013-05-17
  • vinay kumar

    vinay kumar - 2010-09-23

    I want to create a endpoint using constructor using UDPEndpoint(DatagramSocket socket), but this constructor is not in the version 4.

     
  • Bernd Schuller

    Bernd Schuller - 2010-09-23

    done!

     
  • vinay kumar

    vinay kumar - 2010-09-23

    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?

     
  • Bernd Schuller

    Bernd Schuller - 2010-09-23

    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.

     
  • vinay kumar

    vinay kumar - 2010-09-23

    Does this library supports flow control?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.