Feature requests
Changes in this release:
- Per-client timeouts can now be specified in the connect token
- Negative timeout values disable timeout (useful for debugging)
- Negative expire seconds disables token expiry (useful for debugging)
- Added netcode_client_get_port and netcode_server_get_port to get the bound socket ports when the bind address has port 0.
- Golang and Rust implementations have been moved out to their own repositories so they can have different release cycles.
- To implement per-client timeouts the code has been updated to NETCODE 1.01 spec.