IronRDP/crates/ironrdp-acceptor
Marc-André Lureau 63963182b5 fix(server): drop unexpected PDUs during deactivation-reactivation
The current behaviour of handling unmatched PDUs in fn read_by_hint()
isn't good enough. An unexpected PDUs may be received and fail to be
decoded during Acceptor::step().

Change the code to simply drop unexpected PDUs (as opposed to attempting
to replay the unmatched leftover, which isn't clearly needed)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-01-27 07:35:36 -05:00
..
src fix(server): drop unexpected PDUs during deactivation-reactivation 2025-01-27 07:35:36 -05:00
Cargo.toml chore(release): prepare for publishing (#611) 2024-12-14 14:32:28 +00:00
CHANGELOG.md chore(release): prepare for publishing (#611) 2024-12-14 14:32:28 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09:00

IronRDP Acceptor

State machines to drive an RDP connection acceptance sequence.

For now, it requires the Tokio runtime.

This crate is part of the IronRDP project.