Skip to content

Releases: Kilemonn/SocketForwarder

0.4.0

Choose a tag to compare

@Kilemonn Kilemonn released this 16 Oct 04:40
468ded1

What's Changed

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

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@Kilemonn Kilemonn released this 23 Sep 06:13
24c5121

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

Choose a tag to compare

@Kilemonn Kilemonn released this 22 Sep 07:47
b02d166

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

Choose a tag to compare

@Kilemonn Kilemonn released this 25 Aug 02:28

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

Choose a tag to compare

@Kilemonn Kilemonn released this 11 Jul 08:37

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

Choose a tag to compare

@Kilemonn Kilemonn released this 08 Jul 05:53

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