lucaspoffo

Results 6 issues of lucaspoffo

This is the tracking issue for the `0.1` release of the library: - [X] Add section in README for Configuration - [ ] Add section in README for Secure Connection...

Experimenting with using channels as an abstraction for the transport layer. Would make easy to create new ones and would be not so complex to integrate with other crates. This...

Another attempt to try making #10 possible. The idea of this PR is to gather what Trait would be most suitable for WASM support and UDP at the same time....

Return callbacks handles for session request/failed. Remove drop impl for SessionRequest, this was causing all sessions to be rejected Add user-defined NetConnectionEnd. User can define their application-specific errors from a...

## Context Trying to use a generic struct as a key for a map fails with `Error: Invalid type of a key for a map, got 'Handle($T)'` ```odin Handle ::...

stale

Currently, renet sends acks every update frame, this increases the bandwidth for connections. This PR adds a delay for sending ACK packets, when receiving a reliable message this delay is...