Skip to content

Releases: Kilemonn/SocketForwarder

0.4.0

16 Oct 04:40
468ded1
Compare
Choose a tag to compare

What's Changed

  • Introduce Log4cxx logging dependency. by @Kilemonn in #7

Full Changelog: 0.3.0...0.4.0

0.3.0

23 Sep 06:13
24c5121
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

22 Sep 07:47
b02d166
Compare
Choose a tag to compare

What's Changed

  • Add debug log flag by @Kilemonn in #3
  • Add host address env variable to change the local binding address. by @Kilemonn in #4
  • Refactor forwarder into class by @Kilemonn in #5

Full Changelog: 0.2.0...0.2.1

0.2.0

25 Aug 02:28
Compare
Choose a tag to compare

What's Changed

  • Detect and remove closed tcp connections by @Kilemonn in #1
  • Change build and base image to ubuntu by @Kilemonn in #2

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

11 Jul 08:37
Compare
Choose a tag to compare

Summary

  • Update to v0.5.0 of socket lib.
  • Use stored address to forward messages to UDP clients instead of re-resolving their hostname each time.

Full Changelog: 0.1.0...0.1.1

0.1.0

08 Jul 05:53
Compare
Choose a tag to compare

Summary

Initial release allowing you to create a socket forwarder that forwards incoming socket connection data to other peers that have registered in the same group (for TCP) OR all other registered UDP connections.

Full Changelog: https://github.com/Kilemonn/SocketForwarder/commits/0.1.0