Skip to content

Releases: vanrein/SocketSynergy

Third release towards 1.0

21 Feb 16:00
Compare
Choose a tag to compare

SocketSynergy helps to connect peers behind firewalls. It is a generic
solution to a problem that most peer-to-peer applications run into.

SocketSynergy should now work for UDP, TCP and SCTP. Because it assumes transparant addressing, it is built with IPv6 in mind.

This release runs a privileged daemon to allow non-privileged programs to upgrade their sockets using a synergy() call. Whether the daemon is required is determined automatically within the synergy() call itself.

Second release towards 1.0

21 Feb 14:10
Compare
Choose a tag to compare

SocketSynergy should now work for UDP, TCP and SCTP. Because it assumes transparant addressing, it is built with IPv6 in mind.

This release runs a privileged daemon to allow non-privileged programs to upgrade their sockets using a synergy() call. Whether the daemon is required is determined automatically within the synergy() call itself.

First release towards 1.0

21 Feb 13:47
Compare
Choose a tag to compare
Pre-release

SocketSynergy should now work for UDP, TCP and SCTP. Because it assumes transparant addressing, it is built with IPv6 in mind.

This release runs a privileged daemon to allow non-privileged programs to upgrade their sockets using a synergy() call. Whether the daemon is required is determined automatically within the synergy() call itself.

version-0.1-alpha2

21 Feb 13:47
Compare
Choose a tag to compare
version-0.1-alpha2 Pre-release
Pre-release
Added code to support SCTP; sending only the headers for TCP/UDP/SCTP

version-0.1-alpha1: Improved structure: rename SocketSynergy, add CMakeLists.txt, src/inc…

21 Feb 13:48
Compare
Choose a tag to compare