IronRDP/crates/ironrdp-acceptor
Marc-Andre Lureau 37cecc0a16
fix(server): pick one selected protocol (#570)
The spec says we should have "the" selected protocol, and mstsc expects that.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-11-04 13:50:07 +00:00
..
src fix(server): pick one selected protocol (#570) 2024-11-04 13:50:07 +00:00
Cargo.toml refactor(core): move WriteBuf 2024-08-30 00:05:16 -04: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.