Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Releases: jibini-net/java-networking

java-networking1.1.0

13 Mar 22:32
Compare
Choose a tag to compare

Along with all the basic functionality of the previous versions, this release not has the ability to stop servers after they have initially been started. Once stopped, a server may not be able to restart without being recreated (although this may change in the future). Connections also ping each other every half second and automatically disconnect after two seconds without a detected ping.

java-networking1.0.0

13 Mar 04:21
Compare
Choose a tag to compare

Contains basic functionality including servers, clients, packets, listeners, and local client discovery via multicast. This library allows for easier communication via packets in Java. Currently once a server (including regular servers, reception servers, sub-servers, hearts, and beat listeners) is started, it cannot be stopped. There is no protection included against the other end of a stream being closed.