Skip to content

Releases: ReferenceType/StandardNetworkLibrary

3.0.0

18 Dec 03:15
1912401
Compare
Choose a tag to compare

Release Notes

P2P Network

  • Added Tcp Holepunch feature.
  • Route info(From, To) is no longer sent to network, if holepunch is acheived succesfully among peers.
  • Performance imporvements.

Upgraded encyription system

  • Optional Runtime Self Signed certificate generation is implemented.
  • Redesigned Aes Modes in right way.
  • Added GCM and CBC with HMAC.
  • Platform spesific optimisations for hw accelerated encyption.
  • Bug fixes.

Note

  • Version 3 is no longer compatible with lesser versions on P2P network.
  • self signed certificate generation is not supported for Unity (yet).