rust-raknet icon indicating copy to clipboard operation
rust-raknet copied to clipboard

RakNet Protocol implementation by Rust.

Results 10 rust-raknet issues
Sort by recently updated
recently updated
newest added

In files `server.rs`, `socket.rs` and `error.rs` there are typos *BindAdreesError* that should be *BindAddressError* I guess

If we update the motd after the raknet listener starts to listen it isn't send to the client

RaknetError does not currently implement std::error::Error, which means I can't return it from my error source method or read a human-readable message from it.

My last commit was never published, so I have to use a git submodule.

This allows `Listener::set_full_motd` to be used without having to generate our own GUID.

I've made normal client server application that uses rust-raknet, but once the first client is accepted by the RaknetListener, the listener stop accepting new connections. So I made a test...

## Typo in RaknetError: I renamed `BindAdressError` to `BindAddressError` ## Set motd methods: Fix of #19 issue I created `motd_receiver` and `motd_sender`. Every iteration in `RaknetListener::listen()` it will check if...

For example, obtain the following information: ![image](https://github.com/b23r0/rust-raknet/assets/101685021/c7b133be-d1a1-42d6-a59c-f7016c03e968)