Skip to content

Feature requests

Compare
Choose a tag to compare
@gafferongames gafferongames released this 16 Aug 16:19

New features in this release:

  1. You can now set the timeout value in ClientServerConfig
  2. Negative timeout values disable timeouts (useful for debugging)
  3. Client::GetAddress and Server::GetAddress now return the correct port when you bind to port 0
  4. Added callbacks in adapter when clients connect and disconnect to the server (see Adapter::OnServerClientConnected and Adapter::OnServerClientDisconnected)

In order to implement the timeouts, this release updates to NETCODE 1.01 spec.