Skip to content

Releases: BLACKMIDORI/hamesh

Version 0.1.1

24 Feb 16:51
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

What is working:

  • STUN server ✅
  • TCP over the tunnel ⚠️
  • UDP over the tunnel ⚠️

The protocols that have worked:

  • HTTP/1.1
  • TCP (timeout during long sessions)
  • UDP (simple ping pong app)

There still are several memory issues

Version 0.1.0

20 Feb 04:34
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

What is working:

  • STUN server ✅
  • TCP over the tunnel (kind of)
  • UDP over the tunnel (kind of)

The protocols that have worked:

  • HTTP/1.1 (a few losses)
  • TCP (break during long sessions)
  • UDP (simple ping pong app)

Issues:
❌ Most datagrams are received as invalid data, interrupting the session.

There still are several memory issues

Version 0.0.1

15 Feb 05:47
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

What is working:

  • STUN server ✅
  • TCP over the tunnel (kind of)

The protocols that have worked:

  • HTTP/1.1 (a few losses)
  • TCP (break during long sessions)

What is not implemented:

  • UDP over the tunnel ❌

There still are several memory issues