Skip to content

netcode.io and reliable.io

Pre-release
Pre-release
Compare
Choose a tag to compare
@gafferongames gafferongames released this 16 Jul 01:21

New features:

  • Client/server completely rebuilt on top of netcode.io and reliable.io
  • Added support for packet fragmentation and reassembly
  • Added detailed logging support with log levels (none, error, info, debug)
  • Users can now override logging printf function and assert payload function
  • matcher.go now uses netcode.io golang implementation to generate connect tokens
  • Updated yojimbo.lib to use multithreaded DLL CRT on Windows so it works with UE4
  • You can now disable mbedtls use with #define YOJIMBO_WITH_MBEDTLS 0