IronRDP/crates/ironrdp-acceptor
Marc-André Lureau 2a7e0d9d7e feat(acceptor): add new_deactivation_reactivation() constructor
Teach the acceptor to resume from the CapabilitiesSendServer state.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-08-14 00:37:06 -04:00
..
src feat(acceptor): add new_deactivation_reactivation() constructor 2024-08-14 00:37:06 -04:00
Cargo.toml chore: use workspace lints 2024-07-24 04:35:32 -04:00
README.md doc: elaborate high-level documentation (#192) 2023-09-18 19:03:39 +00:00

IronRDP Acceptor

State machines to drive an RDP connection acceptance sequence.

For now, it requires the Tokio runtime.