IronRDP/crates/ironrdp-acceptor
Marc-André Lureau 09ae0d043d feat(server): collect and postpone incoming PDUs during reactivation
The client may have pending messages while the activation-reactivation
sequence is ongoing. Let's collect them in this case and restore them
after successfull reconnection.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-08-19 06:44:15 -04:00
..
src feat(server): collect and postpone incoming PDUs during reactivation 2024-08-19 06:44:15 -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.